Skip to main content

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

NameDescription
AClientAn S3 client to perform the upload operations.
AMultipartUploaderAn 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.