Value parameters
- bufferSize
-
size of the buffer for multipart uploading (used for large streams without size known in advance).
- crtClient
-
optional instance S3CrtAsyncClient, which is used by S3 Transfer Manager (Requires additional runtime dependency, but may lead to faster uploads/downloads).
- defaultFullMetadata
-
return full object metadata on list, requires additional request per object. Metadata returned by default: size, lastModified, eTag, storageClass. This controls behaviour of list method from Store trait. Use listUnderlying to control on per-invocation basis.
- defaultTrailingSlashFiles
-
test if folders returned by list are files with trailing slashes in their names. This controls behaviour of list method from Store trait. Use listUnderlying to control on per-invocation basis.
- objectAcl
-
optional default ACL to apply to all put, move and copy operations.
- s3
-
S3 Async Client.
- sseAlgorithm
-
optional default SSE Algorithm to apply to all put, move and copy operations.
Attributes
- See also
- Companion
- object
- Graph
-
- Supertypes