AWSS3PutBucketLoggingRequest
Objective-C
@interface AWSS3PutBucketLoggingRequest
Swift
class AWSS3PutBucketLoggingRequest
-
The name of the bucket for which to set the logging parameters.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;
Swift
var bucket: String? { get set }
-
Container for logging status information.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3BucketLoggingStatus *_Nullable bucketLoggingStatus;
Swift
var bucketLoggingStatus: AWSS3BucketLoggingStatus? { get set }
-
The MD5 hash of the
PutBucketLogging
request body.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 }