Fix connectRegion for gcsCI (#99)
For gcsCI, - Use "us", a Multi-Regional location by default. - Enable connectAutoDiscoverRegion
This commit is contained in:
parent
22808fcdaf
commit
d16698892b
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user