Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to AWS SDK S3 version 2 #2842

Open
ChristianMurphy opened this issue Aug 29, 2024 · 0 comments
Open

Migrate to AWS SDK S3 version 2 #2842

ChristianMurphy opened this issue Aug 29, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@ChristianMurphy
Copy link
Member

ChristianMurphy commented Aug 29, 2024

Problem

Version 1 is not very actively maintained, it officially in security fix only maintenance mode https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-s3
And will be officially unsupported in a year https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/

Solution

Migrate to version 2 which is maintained https://mvnrepository.com/artifact/software.amazon.awssdk/s3
It has been out for 6 years (at the time of writing) https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-x-released/
Migration guide https://github.com/aws/aws-sdk-java-v2/blob/master/docs/LaunchChangelog.md#41-s3-changes

Alternatives

wait

@ChristianMurphy ChristianMurphy added the dependencies Pull requests that update a dependency file label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant