IS3UploadPartRequest
Interface in AWS.S3
Interface for UploadPart requests.
Ancestors
Properties
Body
property Body: TStream
The binary content for the part.
OnProgress
property OnProgress: TS3UploadPartProgressCallback
A callback providing progress updates.
PartNumber
property PartNumber: Integer
Specifies the part number being uploaded.
Must be between 1 and 10,000.
SseCustomerAlgorithm
property SseCustomerAlgorithm: string
Specifies the algorithm to use when encrypting the part/object.
SseCustomerKey
property SseCustomerKey: string
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
SseCustomerKeyMD5
property SseCustomerKeyMD5: string
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
UploadId
property UploadId: string
The identifier for the multipart upload whose part is being uploaded.