Description

The StandardS3EncryptionService manages an encryption strategy and applies that strategy to various S3 operations.
Note: This service has no effect when a processor has the Server Side Encryption property set. To use this service with processors so configured, first create a service instance, set the Encryption Strategy to Server-side S3, disable the Server Side Encryption processor setting, and finally, associate the processor with the service.

Configuration Details

Encryption Strategy

The name of the specific encryption strategy for this service to use when encrypting and decrypting S3 operations.

Key ID or Key Material

When configured for either the Server-side or Client-side KMS strategies, this field should contain the KMS Key ID.

When configured for either the Server-side or Client-side Customer Key strategies, this field should contain the key material, and that material must be base64 encoded.

All other encryption strategies ignore this field.

KMS Region

KMS key region, if any. This value must match the actual region of the KMS key if supplied.