TS3StreamUploader
Class in AWS.S3
Stream uploader class.
Ancestors
Properties
MultipartThreshold
property MultipartThreshold: Int64
Constructors
Create
constructor Create(const AClient: IS3Client; AMultipartUploader: IS3MultipartUploader = nil);
IS3Client · IS3MultipartUploader
Constructor for TS3StreamUploader.
Parameters
| Name | Description |
|---|---|
AClient | An S3 client to perform the upload operations. |
AMultipartUploader | An optional multipart uploader instance used to perform multipart uploads. If left unset a default multipart uploader will be constructed in the event of an upload exceeding the MultipartThreshold. |