AWSS3PutBucketRequestPaymentRequest
Objective-C
@interface AWSS3PutBucketRequestPaymentRequest
Swift
class AWSS3PutBucketRequestPaymentRequest
-
The bucket name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;Swift
var bucket: String? { get set } -
>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit. For more information, see RFC 1864.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contentMD5;Swift
var contentMD5: String? { get set } -
The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP
403 (Access Denied)error.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable expectedBucketOwner;Swift
var expectedBucketOwner: String? { get set } -
Container for Payer.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3RequestPaymentConfiguration *_Nullable requestPaymentConfiguration;Swift
var requestPaymentConfiguration: AWSS3RequestPaymentConfiguration? { get set }
View on GitHub
Install in Dash
AWSS3PutBucketRequestPaymentRequest Class Reference