Table of Contents

Enum CryptoStorageMode

Namespace
Amazon.S3.Encryption
Assembly
AWSSDK.S3.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.