[#335] Fixed iam boto3 client
Some checks failed
DCO action / DCO (pull_request) Failing after 1m47s
Some checks failed
DCO action / DCO (pull_request) Failing after 1m47s
This commit is contained in:
parent
ee7d9df4a9
commit
0ebb845329
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ class Boto3ClientWrapper(S3ClientWrapper):
|
||||||
service_name="iam",
|
service_name="iam",
|
||||||
aws_access_key_id=self.access_key_id,
|
aws_access_key_id=self.access_key_id,
|
||||||
aws_secret_access_key=self.secret_access_key,
|
aws_secret_access_key=self.secret_access_key,
|
||||||
|
region_name=self.region,
|
||||||
endpoint_url=self.iam_endpoint,
|
endpoint_url=self.iam_endpoint,
|
||||||
verify=False,
|
verify=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue