AWSS3PutBucketOwnershipControlsRequest
Objective-C
@interface AWSS3PutBucketOwnershipControlsRequest
Swift
class AWSS3PutBucketOwnershipControlsRequest
-
The name of the Amazon S3 bucket whose
OwnershipControls
you want to set.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;
Swift
var bucket: String? { get set }
-
The MD5 hash of the
OwnershipControls
request body.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contentMD5;
Swift
var contentMD5: String? { get set }
-
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable expectedBucketOwner;
Swift
var expectedBucketOwner: String? { get set }
-
The
OwnershipControls
(BucketOwnerPreferred or ObjectWriter) that you want to apply to this Amazon S3 bucket.Declaration
Objective-C
@property (nonatomic, strong) AWSS3OwnershipControls *_Nullable ownershipControls;
Swift
var ownershipControls: AWSS3OwnershipControls? { get set }