Table of Contents

Class PutBucketReplicationRequest

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Container for the parameters to the PutBucketReplication operation.

Sets replication configuration for your bucket. If a replication configuration exists, this replaces it.

public class PutBucketReplicationRequest : AmazonWebServiceRequest
Inheritance
PutBucketReplicationRequest

Constructors

PutBucketReplicationRequest()

public PutBucketReplicationRequest()

Properties

BucketName

The name of the bucket to have the replication configuration applied.

public string BucketName { get; set; }

Property Value

string

Configuration

The replication configuration to be applied.

public ReplicationConfiguration Configuration { get; set; }

Property Value

ReplicationConfiguration

ExpectedBucketOwner

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.

public string ExpectedBucketOwner { get; set; }

Property Value

string

Token

Gets and sets the property Token.

public string Token { get; set; }

Property Value

string