AWSS3PutBucketVersioningRequest
Objective-C
@interface AWSS3PutBucketVersioningRequest
Swift
class AWSS3PutBucketVersioningRequest
-
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 }
-
The concatenation of the authentication device’s serial number, a space, and the value that is displayed on your authentication device.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable MFA;
Swift
var mfa: String? { get set }
-
Container for setting the versioning state.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3VersioningConfiguration *_Nullable versioningConfiguration;
Swift
var versioningConfiguration: AWSS3VersioningConfiguration? { get set }