| Interface | Description |
|---|---|
| ByteBufferPool |
| Class | Description |
|---|---|
| Md5Kt | |
| S3OutputStream |
Facilitates streaming to S3 in case the actual file size is not
known upfront: uploading via the regular single-file upload will
cache the contents in memory and cause an out-of-memory error,
especially on AWS lambda. This may happen if you have to stream
several GB to S3.
|
| SimpleByteBufferPool |
A pool for byte buffers, similar to connection pools.
Avoids frequent re-allocation.
|
| Exception | Description |
|---|---|
| S3ObjectAlreadyExistsException |