Skip to content

Commit

Permalink
cterasdk/core/types.py GenericS3 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchay-Levy committed Aug 11, 2022
1 parent fc6f119 commit 5276a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cterasdk/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class GenericS3(S3Compatible):

def __init__(self, bucket, access_key, secret_key,
endpoint, https=False, direct=False):
super().__init__(bucket, BucketType.S3Compatible, access_key, secret_key, endpoint, https, direct)
super().__init__(bucket, BucketType.GenericS3, access_key, secret_key, endpoint, https, direct)


class NetAppStorageGRID(S3Compatible):
Expand Down

0 comments on commit 5276a5f

Please sign in to comment.