Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
markuman committed Jun 7, 2024
1 parent c9a3758 commit 8dc063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/connection/aws_ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def _get_bucket_endpoint(self):
)
bucket_region = head_bucket.get("ResponseMetadata", {}).get("HTTPHeaders", {}).get("x-amz-bucket-region", None)
if bucket_region is None:
bucket_region = "us-east-1"
bucket_region = "us-east-1"

if self.get_option("bucket_endpoint_url"):
return self.get_option("bucket_endpoint_url"), bucket_region
Expand Down

0 comments on commit 8dc063a

Please sign in to comment.