Enum CryptoStorageMode | Amazon S3 Encryption Client for .NET (original) (raw)

Namespace

Amazon.Extensions.S3.Encryption

Assembly

Amazon.Extensions.S3.Encryption.dll

Mode for string the encryption information for an object.

public enum CryptoStorageMode

Fields

InstructionFile = 0

Store the information in a separate S3 Object.

ObjectMetadata = 1

Store the information as metadata on the encrypted object.