Response Result of the Request for Listing Multipart Uploads
Namespace
obs.ListMultipartUploadsResponse
Parameter Description
|
Field |
Type |
Description |
|---|---|---|
|
bucket |
str |
Bucket name |
|
keyMarker |
str |
Object name after which listing multipart uploads begins, which is consistent with that set in the request |
|
uploadIdMarker |
str |
Upload ID after which the multipart upload listing begins, which is consistent with that set in the request |
|
nextKeyMarker |
str |
Object name to start with upon the next request for listing multipart uploads |
|
nextUploadIdMarker |
str |
Upload ID to start with upon the next request for listing multipart uploads. It is used with the nextKeyMarker parameter. |
|
maxUploads |
int |
Maximum number of listed multipart uploads, which is consistent with the same parameter in the request |
|
isTruncated |
bool |
Indicates whether all uploaded parts are returned. If the field value is True, not all uploaded parts are returned. If the field value is False, all uploaded parts are returned. |
|
prefix |
str |
Object name prefix in multipart uploads, which is consistent with the same parameter in the request |
|
delimiter |
str |
Character used to group object names in multipart uploads, which is consistent with that set in the request |
|
upload |
list of Upload |
List of multipart uploads |
|
commonPrefixs |
list of CommonPrefix |
List of object name prefixes grouped according to the delimiter parameter (if specified) |
Last Article: Request Parameters of Listing Multipart Uploads
Next Article: Multipart Upload in a Bucket
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.