kaliber-scala / play-s3

S3 module for Play
MIT License
119 stars 49 forks source link

AWS Seoul Region support (ap-northeast-2) #63

Open bezalel opened 8 years ago

bezalel commented 8 years ago

AWS Asia Pacific Seoul Region(ap-northeast-2) has been opened in Jan. 2016 plz, support ap-northeast-2 region

"ap-northeast-2" -> "s3-ap-northeast-2.amazonaws.com",

https://github.com/Kaliber/play-s3/blob/eb18fe895ebdbd986798e9122a736adaf7dce4dd/src/main/scala/fly/play/s3/S3Configuration.scala

EECOLOR commented 8 years ago

Sorry for the late reaction.

You can work around this limitation by supplying s3.host in your configuration. As soon as I have some time to work on it I will add it to the latest release.

bezalel commented 8 years ago

"s3.host" works! thanks :)

s3.region="ap-northeast-2" s3.host="s3-ap-northeast-2.amazonaws.com"