AWSS3PutBucketReplicationRequest

Objective-C

@interface AWSS3PutBucketReplicationRequest

Swift

class AWSS3PutBucketReplicationRequest
  • The name of the bucket

    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 }
  • A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSS3ReplicationConfiguration *_Nullable replicationConfiguration;

    Swift

    var replicationConfiguration: AWSS3ReplicationConfiguration? { get set }
  • Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable token;

    Swift

    var token: String? { get set }