Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Add support for ap-south-1 region in S3Configuration object #92

Open
g-srinivas opened this issue Dec 19, 2017 · 1 comment
Open

Add support for ap-south-1 region in S3Configuration object #92

g-srinivas opened this issue Dec 19, 2017 · 1 comment

Comments

@g-srinivas
Copy link

object S3Configuration {
val regionEndpoints = Map(
"us-east-1" -> "s3.amazonaws.com",
"us-west-1" -> "s3-us-west-1.amazonaws.com",
"us-west-2" -> "s3-us-west-2.amazonaws.com",
"eu-west-1" -> "s3-eu-west-1.amazonaws.com",
"eu-central-1" -> "s3-eu-central-1.amazonaws.com",
"ap-southeast-1" -> "s3-ap-southeast-1.amazonaws.com",
"ap-southeast-2" -> "s3-ap-southeast-2.amazonaws.com",
"ap-northeast-1" -> "s3-ap-northeast-1.amazonaws.com",
"sa-east-1" -> "s3-sa-east-1.amazonaws.com"
)
....
}

@EECOLOR
Copy link
Member

EECOLOR commented Dec 19, 2017

Related to #63

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants