keyMarker
Specifies the multipart upload after which listing should begin.
General purpose buckets - For general purpose buckets,
key-marker
is an object key. Together withupload-id-marker
, this parameter specifies the multipart upload after which listing should begin.Ifupload-id-marker
is not specified, only the keys lexicographically greater than the specifiedkey-marker
will be included in the list.Ifupload-id-marker
is specified, any multipart uploads for a key equal to thekey-marker
might also be included, provided those multipart uploads have upload IDs lexicographically greater than the specifiedupload-id-marker
.Directory buckets - For directory buckets,
key-marker
is obfuscated and isn't a real object key. Theupload-id-marker
parameter isn't supported by directory buckets. To list the additional multipart uploads, you only need to set the value ofkey-marker
to theNextKeyMarker
value from the previous response. In theListMultipartUploads
response, the multipart uploads aren't sorted lexicographically based on the object keys.