Skip to content

Commit cd64261

Browse files
committed
Merge pull request #153 from sergeimi83/master
Adding Sydney region
2 parents 06a5e7e + 93fceb8 commit cd64261

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

glacier/GlacierWrapper.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,15 @@ class GlacierWrapper(object):
114114
MAX_VAULT_DESCRIPTION_LENGTH = 1024
115115
MAX_PARTS = 10000
116116
AVAILABLE_REGIONS = ('us-east-1', 'us-west-2', 'us-west-1',
117-
'eu-west-1', 'ap-northeast-1')
117+
'eu-west-1', 'ap-northeast-1', 'ap-southeast-2')
118118
AVAILABLE_REGIONS_MESSAGE = """\
119119
Invalid region. Available regions for Amazon Glacier are:
120120
us-east-1 (US - Virginia)
121121
us-west-1 (US - N. California)
122122
us-west-2 (US - Oregon)
123123
eu-west-1 (EU - Ireland)
124-
ap-northeast-1 (Asia-Pacific - Tokyo)\
124+
ap-northeast-1 (Asia-Pacific - Tokyo)
125+
ap-southeast-2 (Asia-Pacific - Sydney)\
125126
"""
126127

127128
def setuplogging(self, logfile, loglevel, logtostdout):

0 commit comments

Comments
 (0)