Request Parameters of Listing Multipart Uploads
Namespace
obs.ListMultipartUploadsRequest
Parameter Description
|
Field |
Type |
Optional or Mandatory |
Description |
|---|---|---|---|
|
prefix |
str |
Optional |
Prefix that the object names in the multipart uploads to be listed must contain |
|
max_uploads |
int or str |
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 |
str |
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.) |
|
key_marker |
str |
Optional |
Object name to start with when listing multipart uploads |
|
upload_id_marker |
str |
Optional |
Upload ID after which the multipart upload listing begins. It is effective only when used with key_marker so that multipart uploads after upload_id_marker of key_marker will be listed. |
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.