Fix connectRegion for gcsCI (#99)

For gcsCI,
- Use "us", a Multi-Regional location by default.
- Enable connectAutoDiscoverRegion
This commit is contained in:
Krishnan Parthasarathi 2018-06-11 10:27:21 -07:00 committed by Aditya Manthramurthy
parent 22808fcdaf
commit d16698892b

View File

@ -121,10 +121,11 @@ gcsCI :: ConnectInfo
gcsCI = def { gcsCI = def {
connectHost = "storage.googleapis.com" connectHost = "storage.googleapis.com"
, connectPort = 443 , connectPort = 443
, connectRegion = "us" -- picking region with Multi-Regional support
, connectAccessKey = "" , connectAccessKey = ""
, connectSecretKey = "" , connectSecretKey = ""
, connectIsSecure = True , connectIsSecure = True
, connectAutoDiscoverRegion = False , connectAutoDiscoverRegion = True
} }
-- | Default AWS ConnectInfo. Connects to "us-east-1". Credentials -- | Default AWS ConnectInfo. Connects to "us-east-1". Credentials