NAME
Paws::S3::ListMultipartUploadsOutput
ATTRIBUTES
REQUIRED Bucket => Str
Delimiter => Str
Character you use to group keys.
EncodingType => Str
Valid values are: "url"
KeyMarker => Str
Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.
MaxUploads => Int
Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body. 1,000 is the maximum number of uploads that can be returned in a response.
Prefix => Str
Lists in-progress uploads only for those keys that begin with the specified prefix.
UploadIdMarker => Str
Together with key-marker, specifies the multipart upload after which listing should begin. If key-marker is not specified, the upload-id-marker parameter is ignored.