Request Parameter of List Multipart uploads
Type Definition
type ListMultipartUploadsInput struct
Parameter Description
|
Field |
Type |
Optional or Mandatory |
Description |
|---|---|---|---|
|
Bucket |
string |
Mandatory |
Bucket name |
|
Prefix |
string |
Optional |
Prefix that the object names in the multipart uploads to be listed must contain |
|
MaxUploads |
int |
Optional |
Maximum number of returned multipart uploads. The value ranges from 1 to 1000. If the value is not in this range, 1000 is returned by default. |
|
Delimiter |
string |
Optional |
Character used to group object names involved in multipart uploads. If the object name contains the Delimiter parameter, the character string from the first character to the first delimiter in the object name is grouped under a single result element, CommonPrefix. (If a prefix is specified in the request, the prefix must be removed from the object name.) |
|
KeyMarker |
string |
Optional |
Object name to start with when listing multipart uploads |
|
UploadIdMarker |
string |
Optional |
Upload ID after which the multipart upload listing begins. It is effective only when used with KeyMarker so that multipart uploads after UploadIdMarker of KeyMarker will be listed. |
Last Article: Versioning Delete Marker in a Bucket
Next Article: Response Result of List Multipart uploads
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.