OCFL / ocfl-java

A Java OCFL implementation
MIT License
16 stars 12 forks source link

Integrate the new S3 transfer manager #86

Closed pwinckles closed 2 months ago

pwinckles commented 1 year ago

The S3 transfer manager was finally released:

https://aws.amazon.com/blogs/developer/introducing-crt-based-s3-client-and-the-s3-transfer-manager-in-the-aws-sdk-for-java-2-x/ https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/transfer-manager.html

The S3 code needs to be updated to use it. This should greatly improve S3 performance.

pwinckles commented 1 year ago

https://github.com/OCFL/ocfl-java/pull/88

pwinckles commented 2 months ago

Resolved by https://github.com/OCFL/ocfl-java/pull/109