AWSS3PutBucketLifecycleRequest
Objective-C
@interface AWSS3PutBucketLifecycleRequest
Swift
class AWSS3PutBucketLifecycleRequest
-
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;Swift
var bucket: String? { get set } -
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 } -
Declaration
Objective-C
@property (nonatomic, strong) AWSS3LifecycleConfiguration *_Nullable lifecycleConfiguration;Swift
var lifecycleConfiguration: AWSS3LifecycleConfiguration? { get set }
View on GitHub
Install in Dash
AWSS3PutBucketLifecycleRequest Class Reference