We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
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
wait
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: