
Ultimate access to all questions.
You are tasked with migrating files from your on-premises environment to Google Cloud Storage. To ensure the highest level of security, you need the files to be encrypted using customer-supplied encryption keys (CSEK). What specific steps should you take to achieve this during the upload process?
A
Supply the encryption key in a .boto configuration file. Use gsutil to upload the files.
B
Supply the encryption key using gcloud config. Use gsutil to upload the files to that bucket.
C
Use gsutil to upload the files, and use the flag --encryption-key to supply the encryption key.
D
Use gsutil to create a bucket, and use the flag --encryption-key to supply the encryption key. Use gsutil to upload the files to that bucket.