Skip to content

Commit bd7b87f

Browse files
authored
Merge pull request #994 from harshavardhana/no-need
Do not convert all regions to lower case
2 parents ae6a635 + 0ac1c2f commit bd7b87f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S3/S3.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,6 @@ def bucket_create(self, bucket, bucket_location = None):
382382
bucket_location = bucket_location.strip()
383383
if bucket_location.upper() == "EU":
384384
bucket_location = bucket_location.upper()
385-
else:
386-
bucket_location = bucket_location.lower()
387385
body = "<CreateBucketConfiguration><LocationConstraint>"
388386
body += bucket_location
389387
body += "</LocationConstraint></CreateBucketConfiguration>"

0 commit comments

Comments
 (0)