embulk / embulk-output-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk
Other
88 stars 86 forks source link

update aws-java-sdk version #248

Closed tatsuo48 closed 5 years ago

tatsuo48 commented 5 years ago

AWS Signature Version 2 is not support after June 24, 2019.

https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html

Amazon S3 supports only AWS Signature Version 4 in most AWS Regions. In some of the older AWS Regions, Amazon S3 supports both Signature Version 4 and Signature Version 2. However, Signature Version 2 is being deprecated, and the final support for Signature Version 2 will end on June 24, 2019. For more information about the end of support for Signature Version 2, see AWS Signature Version 2 Deprecation for Amazon S3.

this pull request is update aws java sdk. I confirmed in S3's object log that this change made AWS Signature Version 4 to be used.

hito4t commented 5 years ago

Thank you!