Tag: amazon-s3
Use S3Objects.withPrefix()
instead of manually paginating results.
Failure to specify a content length causes the contents of the input stream to buffer locally in memory in order to calculate its length. This can result in performance problems.
Uploading objects to Amazon S3 by using streams (either through an AmazonS3 client or TransferManager
) might encounter network connectivity or timeout issues.
Not setting the S3 bucket owner condition might introduce a risk of accidentally using a wrong bucket.
User metadata keys are case insensitive and are returned as lowercase strings, even if they were originally specified with uppercase strings.
Call ShutdownNow
when you use TransferManager
to manage transfers to Amazon S3.