Skip to content

Commit

Permalink
Merge pull request uskudnik#153 from sergeimi83/master
Browse files Browse the repository at this point in the history
Adding Sydney region
  • Loading branch information
uskudnik committed Jan 30, 2014
2 parents 06a5e7e + 93fceb8 commit cd64261
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions glacier/GlacierWrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,15 @@ 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')
'eu-west-1', 'ap-northeast-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)
ap-northeast-1 (Asia-Pacific - Tokyo)\
ap-northeast-1 (Asia-Pacific - Tokyo)
ap-southeast-2 (Asia-Pacific - Sydney)\
"""

def setuplogging(self, logfile, loglevel, logtostdout):
Expand Down

0 comments on commit cd64261

Please sign in to comment.