AWSS3PutBucketWebsiteRequest
Objective-C
@interface AWSS3PutBucketWebsiteRequest
Swift
class AWSS3PutBucketWebsiteRequest
-
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 the request.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3WebsiteConfiguration *_Nullable websiteConfiguration;
Swift
var websiteConfiguration: AWSS3WebsiteConfiguration? { get set }