Skip to content

Commit

Permalink
removing region name (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Ravindra Choudhari <ravindra.choudhari@seagate.com>
  • Loading branch information
ravindrachoudhari authored Jun 27, 2022
1 parent 4a13f58 commit 9078690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3tests_boto3/functional/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def get_tenant_iam_client():
def get_alt_iam_client():

client = boto3.client(service_name='iam',
region_name='us-east-1',
region_name='',
aws_access_key_id=config.alt_access_key,
aws_secret_access_key=config.alt_secret_key,
endpoint_url=config.default_endpoint,
Expand Down

0 comments on commit 9078690

Please sign in to comment.