OptionalqueueOptionalpartDefault: 5 mb The size in bytes for each individual part to be uploaded. Adjust the part size to ensure the number of parts does not exceed maxTotalParts. See 5mb is the minimum allowed part size.
OptionalleaveDefault: false Whether to abort the multipart upload if an error occurs. Set to true if you want to handle failures manually. If set to false (default) the upload will drop parts that have failed.
OptionaltagsThe tags to apply to the object.
OptionalabortOptional abort controller for controlling this upload's abort signal externally.
This is the data that is uploaded.
A service client. This the target where we upload data.
The size of the concurrent queue manager to upload parts in parallel. Set to 1 for synchronous uploading of parts. Note that the uploader will buffer at most queueSize * partSize bytes into memory at any given time. default: 4