Table of Contents

Class S3Location

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

Describes an S3 location that will receive the results of the restore request.

public class S3Location
Inheritance
S3Location
Inherited Members

Constructors

S3Location()

public S3Location()

Properties

AccessControlList

A list of grants that control access to the staged results.

public S3AccessControlList AccessControlList { get; set; }

Property Value

S3AccessControlList

BucketName

The name of the bucket where the restore results will be placed.

public string BucketName { get; set; }

Property Value

string

CannedACL

The canned ACL to apply to the restore results.

public S3CannedACL CannedACL { get; set; }

Property Value

S3CannedACL

Encryption

public S3Encryption Encryption { get; set; }

Property Value

S3Encryption

Prefix

The prefix that is prepended to the restore results for this request.

public string Prefix { get; set; }

Property Value

string

StorageClass

The class of storage used to store the restore results.

public S3StorageClass StorageClass { get; set; }

Property Value

S3StorageClass

Tagging

The tag-set that is applied to the restore results.

public Tagging Tagging { get; set; }

Property Value

Tagging

UserMetadata

A map of metadata to store with the restore results in S3.

public MetadataCollection UserMetadata { get; set; }

Property Value

MetadataCollection