[#369] Set region in S3 STS client
All checks were successful
DCO action / DCO (pull_request) Successful in 21s
All checks were successful
DCO action / DCO (pull_request) Successful in 21s
Signed-off-by: Yaroslava Lukoyanova <y.lukoyanova@yadro.com>
This commit is contained in:
parent
6bbc359ec9
commit
c8eec11906
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ class Boto3ClientWrapper(S3ClientWrapper):
|
|||
aws_access_key_id=self.access_key_id,
|
||||
aws_secret_access_key=self.secret_access_key,
|
||||
endpoint_url=iam_endpoint,
|
||||
region_name=self.region,
|
||||
verify=False,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue