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