Interface: Batchsigneds3uploadResponseResultsValue
Defined in: model/batchsigneds3uploadResponseResultsValue.ts:8
Export
Batchsigneds3uploadResponseResultsValue
Properties
reason?
optional
reason:string
Defined in: model/batchsigneds3uploadResponseResultsValue.ts:14
Describes an error that was encountered. Returned only if the signed URL request for that object failed.
Memberof
Batchsigneds3uploadResponseResultsValue
status?
optional
status:string
Defined in: model/batchsigneds3uploadResponseResultsValue.ts:20
Returned only if the signed URL request for that object failed.
Memberof
Batchsigneds3uploadResponseResultsValue
uploadExpiration?
optional
uploadExpiration:string
Defined in: model/batchsigneds3uploadResponseResultsValue.ts:26
The deadline to call Complete Batch Upload to S3 Signed URL for the object. If not completed by this time, all uploaded data for this session will be discarded.
Memberof
Batchsigneds3uploadResponseResultsValue
uploadKey
uploadKey:
string
Defined in: model/batchsigneds3uploadResponseResultsValue.ts:36
An ID that uniquely identifies the upload session. It allows OSS to differentiate between fresh upload attempts from attempts to resume uploading data for an active upload session, in case of network interruptions. You must provide this value when:
- Re-requesting chunk URLs for an active upload session.
- When calling the Complete Batch Upload to S3 Signed URL operation to end an active upload session.
Memberof
Batchsigneds3uploadResponseResultsValue
urlExpiration?
optional
urlExpiration:string
Defined in: model/batchsigneds3uploadResponseResultsValue.ts:42
The date and time, in the ISO 8601 format, indicating when the signed URLs will expire.
Memberof
Batchsigneds3uploadResponseResultsValue
urls
urls:
string
[] Defined in: model/batchsigneds3uploadResponseResultsValue.ts:48
An array of signed URLs. For a single-part upload, this will only include a single URL. For a multipart upload, there will be one for each chunk of a multipart upload; the index of the URL in the array corresponds to the part number of the chunk.
Memberof
Batchsigneds3uploadResponseResultsValue