Interfaces for IAM in S3 client #199

Merged
ylukoyan merged 1 commits from ylukoyan/frostfs-testlib:iam into master 2024-04-11 07:51:42 +00:00
Collaborator
There is no content yet.
ylukoyan added 1 commit 2024-03-27 11:02:57 +00:00
abereziny reviewed 2024-03-27 11:50:20 +00:00
@ -30,3 +30,3 @@
@reporter.step("Configure S3 client (aws cli)")
def __init__(
self, access_key_id: str, secret_access_key: str, s3gate_endpoint: str, profile: str = "default"
self, access_key_id: str, secret_access_key: str, s3gate_endpoint: str, profile: str = "default", region: str = "us-east-1"
Collaborator

__init__ is an abstract method which comes from S3ClientWrapper

For consistency, we need to also modify init for S3ClientWrapper interface and Boto3ClientWrapper class

`__init__` is an abstract method which comes from `S3ClientWrapper` For consistency, we need to also modify init for `S3ClientWrapper` interface and `Boto3ClientWrapper` class
ylukoyan force-pushed iam from dc0572c2a6 to 946b001dee 2024-04-01 12:56:19 +00:00 Compare
abereziny approved these changes 2024-04-01 13:27:57 +00:00
anikeev-yadro approved these changes 2024-04-01 15:15:37 +00:00
JuliaKovshova approved these changes 2024-04-04 11:53:45 +00:00
ylukoyan force-pushed iam from 946b001dee to f04cae5fa9 2024-04-09 07:32:34 +00:00 Compare
anikeev-yadro approved these changes 2024-04-09 07:36:37 +00:00
d.zayakin approved these changes 2024-04-09 10:05:14 +00:00
ylukoyan merged commit 65ec50391e into master 2024-04-11 07:51:42 +00:00
ylukoyan deleted branch iam 2024-04-11 07:51:44 +00:00
Sign in to join this conversation.
There is no content yet.