Ver Fonte

HUE-3287 [core] Django 1.11 upgrade
- changing to text as in the initial phase Location is not resolvable

Prakash Ranade há 7 anos atrás
pai
commit
e31f01da94
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      desktop/libs/aws/src/aws/conf.py

+ 1 - 1
desktop/libs/aws/src/aws/conf.py

@@ -36,7 +36,7 @@ DEFAULT_CALLING_FORMAT = 'boto.s3.connection.OrdinaryCallingFormat'
 SUBDOMAIN_ENDPOINT_RE = 's3.(?P<region>[a-z0-9-]+).amazonaws.com'
 HYPHEN_ENDPOINT_RE = 's3-(?P<region>[a-z0-9-]+).amazonaws.com'
 DUALSTACK_ENDPOINT_RE = 's3.dualstack.(?P<region>[a-z0-9-]+).amazonaws.com'
-AWS_ACCOUNT_REGION_DEFAULT = Location.USEast
+AWS_ACCOUNT_REGION_DEFAULT = 'us-east-1' # Location.USEast
 
 
 def get_locations():