diff --git a/glacier/GlacierWrapper.py b/glacier/GlacierWrapper.py index d7613e3..a2cb57b 100755 --- a/glacier/GlacierWrapper.py +++ b/glacier/GlacierWrapper.py @@ -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)\ """