Table of Contents

Class AmazonS3CryptoConfiguration

Namespace
Amazon.S3.Encryption
Assembly
AWSSDK.S3.dll

AmazonS3CryptoConfiguration allows customers to set storage mode for encryption credentials

public class AmazonS3CryptoConfiguration : AmazonS3Config
Inheritance
AmazonS3CryptoConfiguration
Inherited Members

Constructors

AmazonS3CryptoConfiguration()

Default Constructor.

public AmazonS3CryptoConfiguration()

Properties

StorageMode

Gets and sets the StorageMode property. This determines if the crypto metadata is stored as metadata on the object or as a separate object in S3. The default is ObjectMetadata.

public CryptoStorageMode StorageMode { get; set; }

Property Value

CryptoStorageMode