Skip to content

Commit

Permalink
Code:helpers.py/Added ap-south-1 region to the list of available s3 r…
Browse files Browse the repository at this point in the history
…egions. (#397)
  • Loading branch information
koolhead17 authored and harshavardhana committed Aug 14, 2016
1 parent 9cf8eeb commit eb7c2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minio/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def ignore_headers(headers_to_sign):
'eu-west-1': 's3-eu-west-1.amazonaws.com',
'sa-east-1': 's3-sa-east-1.amazonaws.com',
'eu-central-1': 's3-eu-central-1.amazonaws.com',
'ap-south-1': 's3.ap-south-1.amazonaws.com',
'ap-southeast-1': 's3-ap-southeast-1.amazonaws.com',
'ap-northeast-1': 's3-ap-northeast-1.amazonaws.com',
'ap-northeast-2': 's3-ap-northeast-2.amazonaws.com',
Expand Down

0 comments on commit eb7c2b5

Please sign in to comment.