Topic 1 Question 65
You 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?
Supply the encryption key in a .boto configuration file. Use gsutil to upload the files.
Supply the encryption key using gcloud config. Use gsutil to upload the files to that bucket.
Use gsutil to upload the files, and use the flag --encryption-key to supply the encryption key.
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.
ユーザの投票
コメント(17)
In GCP document, key could be configured in .boto. I didn't find information show gsutil suppots flag "--encryption-key".
https://cloud.google.com/storage/docs/encryption/customer-supplied-keys
👍 36KouShikyou2019/10/08- 👍 18Eroc2019/10/26
C is correct you can use customer-supplied encryption keys to upload an object with --encryption-key flag https://cloud.google.com/storage/docs/encryption/using-customer-supplied-keys#upload-encrypt
👍 4richlee04232022/12/22
シャッフルモード