Skip to content

LOGIN-292 Conform to AWS SDK for Java best practices.

Marvin S. Addison requested to merge login-292-sdk-best-practice into main
  1. Tune high-level API timeouts
  2. Implement AutoCloseable on S3Resource to help ensure that S3 ResponseInputStreams are closed
  3. Tune HTTP connection pool size to match expected app concurrency

While these changes may not solve the problem reported on LOGIN-292, they are clearly improvements by conforming to best practices recommended in AWS SDK docs.

Merge request reports