forked from TrueCloudLab/frostfs-testlib
Support of AWS profiles
This commit is contained in:
parent
c17f0f6173
commit
47414eb866
3 changed files with 55 additions and 54 deletions
|
@ -33,7 +33,7 @@ ACL_COPY = [
|
|||
|
||||
class S3ClientWrapper(HumanReadableABC):
|
||||
@abstractmethod
|
||||
def __init__(self, access_key_id: str, secret_access_key: str, s3gate_endpoint: str) -> None:
|
||||
def __init__(self, access_key_id: str, secret_access_key: str, s3gate_endpoint: str, profile: str) -> None:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue