From f6b88fec836ee11aa39927868e72c37ff3f3d6e0 Mon Sep 17 00:00:00 2001 From: zhuxiaolong37 <85101990+zhuxiaolong37@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:07:46 +0800 Subject: [PATCH] Add Auth4 to init (#318) Co-authored-by: zxl01071856 --- oss2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oss2/__init__.py b/oss2/__init__.py index 9de02752..403dee3e 100644 --- a/oss2/__init__.py +++ b/oss2/__init__.py @@ -3,7 +3,7 @@ from . import models, exceptions, defaults from .api import Service, Bucket -from .auth import Auth, AuthV2, AnonymousAuth, StsAuth, AUTH_VERSION_1, AUTH_VERSION_2, make_auth, ProviderAuth, ProviderAuthV2 +from .auth import Auth, AuthV2, AuthV4, AnonymousAuth, StsAuth, AUTH_VERSION_1, AUTH_VERSION_2, AUTH_VERSION_4, make_auth, ProviderAuth, ProviderAuthV2, ProviderAuthV4 from .http import Session, CaseInsensitiveDict from .credentials import EcsRamRoleCredentialsProvider, EcsRamRoleCredential, CredentialsProvider, StaticCredentialsProvider