Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Configure the Customer-Managed Encryption Key (CMEK) for an upload. More...
#include <google/cloud/storage/well_known_parameters.h>
Static Public Member Functions | |
static char const * | well_known_parameter_name () |
Configure the Customer-Managed Encryption Key (CMEK) for an upload.
With CMEK you can use keys generated by Google Cloud's Key Management Service to encrypt the data in your objects. Use this option to configure the CMEK of an object created as part of a insert or copy. Key names can be found from the Google Cloud console, and are in the projects/{PROJECT_ID}/locations/{LOCATION_ID}/keyRings/{KEY_RING_ID}/cryptoKeys/{CRYPTO_KEY_ID}
format.
|
inlinestatic |