Skip to content

Commit

Permalink
Add Auth4 to init (#318)
Browse files Browse the repository at this point in the history
Co-authored-by: zxl01071856 <zxl01071856@alibaba-inc.com>
  • Loading branch information
2 people authored and huiguangjun committed Mar 8, 2023
1 parent 20e5f23 commit f6b88fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oss2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f6b88fe

Please sign in to comment.