uPortal-Project / uPortal

Enterprise open source portal built by and for the higher education community.
https://www.apereo.org/projects/uportal
Apache License 2.0
272 stars 273 forks source link

Migrate to AWS SDK S3 version 2 #2842

Open ChristianMurphy opened 1 month ago

ChristianMurphy commented 1 month ago

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