add new frankfurt region to list in webapp
But commented out for now, because: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256
This commit is contained in:
parent
f5deb32e87
commit
e687c61d04
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ regionInfo service = map (\(t, r) -> (t, fromServiceRegion r)) $
|
|||
[ ("US East (N. Virginia)", [S3Region "US", GlacierRegion "us-east-1"])
|
||||
, ("US West (Oregon)", [BothRegion "us-west-2"])
|
||||
, ("US West (N. California)", [BothRegion "us-west-1"])
|
||||
-- Requires AWS4-HMAC-SHA256 which S3 library does not
|
||||
-- currently support.
|
||||
-- , ("EU (Frankfurt)", [BothRegion "eu-central-1"])
|
||||
, ("EU (Ireland)", [S3Region "EU", GlacierRegion "eu-west-1"])
|
||||
, ("Asia Pacific (Singapore)", [S3Region "ap-southeast-1"])
|
||||
, ("Asia Pacific (Tokyo)", [BothRegion "ap-northeast-1"])
|
||||
|
|
Loading…
Reference in a new issue