AWSS3ListMultipartUploadsRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSS3Model.h AWSS3Model.m |
delimiter
Character you use to group keys.
@property (nonatomic, strong) NSString *delimiter
Declared In
AWSS3Model.h
encodingType
Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key may contain any Unicode character; however, XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response.
@property (nonatomic, assign) AWSS3EncodingType encodingType
Declared In
AWSS3Model.h
keyMarker
Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.
@property (nonatomic, strong) NSString *keyMarker
Declared In
AWSS3Model.h
maxUploads
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.
@property (nonatomic, strong) NSNumber *maxUploads
Declared In
AWSS3Model.h
prefix
Lists in-progress uploads only for those keys that begin with the specified prefix.
@property (nonatomic, strong) NSString *prefix
Declared In
AWSS3Model.h
uploadIdMarker
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.
@property (nonatomic, strong) NSString *uploadIdMarker
Declared In
AWSS3Model.h