Interfaces for IAM in S3 client #199
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testlib#199
Loading…
Reference in a new issue
No description provided.
Delete branch "ylukoyan/frostfs-testlib:iam"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -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"
__init__
is an abstract method which comes fromS3ClientWrapper
For consistency, we need to also modify init for
S3ClientWrapper
interface andBoto3ClientWrapper
classdc0572c2a6
to946b001dee
946b001dee
tof04cae5fa9