Module: Google::Cloud::StorageTransfer::V1::MetadataOptions::KmsKey

Defined in:
proto_docs/google/storagetransfer/v1/transfer_types.rb

Overview

Options for handling the KmsKey setting for Google Cloud Storage objects.

Constant Summary collapse

KMS_KEY_UNSPECIFIED =

KmsKey behavior is unspecified.

0
KMS_KEY_DESTINATION_BUCKET_DEFAULT =

Use the destination bucket's default encryption settings.

1
KMS_KEY_PRESERVE =

Preserve the object's original Cloud KMS customer-managed encryption key (CMEK) if present. Objects that do not use a Cloud KMS encryption key will be encrypted using the destination bucket's encryption settings.

2