MfgLabs/commons-aws

Current AmazonS3AsyncClient denies custom region setting

ostronom opened this issue · 2 comments

It is not possible to provide your own region programmatically (or even an endpoint). Can you make AmazonS3AsyncClient into a trait, so we can extend it?

Hi,
You should switch to the last version 0.12.2.
AmazonS3AsyncClient was renamed as AmazonS3Client and additional hepers are provided.

Thank you!