Question 65 of 315
Single answerYou need to upload files from your on-premises environment to Cloud Storage. You want the files to be encrypted on Cloud Storage using customer-supplied encryption keys. What should you do?
✓ASupply the encryption key in a .boto configuration file. Use gsutil to upload the files.
BSupply the encryption key using gcloud config. Use gsutil to upload the files to that bucket.
CUse gsutil to upload the files, and use the flag --encryption-key to supply the encryption key.
DUse 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.
✓
Correct Answer: A
Supply the encryption key in a .boto configuration file. Use gsutil to upload the files.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.