Skip to content

Commit

Permalink
Update AWS regions
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabix committed Feb 6, 2015
1 parent cd64261 commit 5df18b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion glacier/GlacierWrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,18 @@ class GlacierWrapper(object):
MAX_VAULT_DESCRIPTION_LENGTH = 1024
MAX_PARTS = 10000
AVAILABLE_REGIONS = ('us-east-1', 'us-west-2', 'us-west-1',
'eu-west-1', 'ap-northeast-1', 'ap-southeast-2')
'eu-west-1', 'eu-central-1', 'sa-east-1',
'ap-northeast-1', 'ap-southeast-1', 'ap-southeast-2')
AVAILABLE_REGIONS_MESSAGE = """\
Invalid region. Available regions for Amazon Glacier are:
us-east-1 (US - Virginia)
us-west-1 (US - N. California)
us-west-2 (US - Oregon)
eu-west-1 (EU - Ireland)
eu-central-1 (EU - Frankfurt)
sa-east-1 (South America - Sao Paulo)
ap-northeast-1 (Asia-Pacific - Tokyo)
ap-southeast-1 (Asia Pacific (Singapore)
ap-southeast-2 (Asia-Pacific - Sydney)\
"""

Expand Down

0 comments on commit 5df18b5

Please sign in to comment.