mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Thu Sep 7 10:42:28 UTC 2023
This commit is contained in:
parent
f9edf67fe5
commit
6c8d2eb024
307 changed files with 4053 additions and 1615 deletions
|
|
@ -45,7 +45,7 @@ ENCRYPTION FLAGS
|
|||
--decryption-keys=[DECRYPTION_KEY,...]
|
||||
A comma-separated list of customer-supplied encryption keys (RFC 4648
|
||||
section 4 base64-encoded AES256 strings) that will be used to decrypt
|
||||
Google Cloud Storage objects. Data encrypted with a customer-managed
|
||||
Cloud Storage objects. Data encrypted with a customer-managed
|
||||
encryption key (CMEK) is decrypted automatically, so CMEKs do not need
|
||||
to be listed here.
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ ENCRYPTION FLAGS
|
|||
--decryption-keys=[DECRYPTION_KEY,...]
|
||||
A comma-separated list of customer-supplied encryption keys (RFC 4648
|
||||
section 4 base64-encoded AES256 strings) that will be used to decrypt
|
||||
Google Cloud Storage objects. Data encrypted with a customer-managed
|
||||
Cloud Storage objects. Data encrypted with a customer-managed
|
||||
encryption key (CMEK) is decrypted automatically, so CMEKs do not need
|
||||
to be listed here.
|
||||
|
||||
|
|
|
|||
|
|
@ -90,13 +90,15 @@ FLAGS
|
|||
|
||||
--acl-file=ACL_FILE
|
||||
Path to a local JSON or YAML formatted file containing a valid policy.
|
||||
The output of gcloud storage [buckets|objects] describe
|
||||
--format="multi(acl:format=json)" is a valid file and can be edited for
|
||||
more fine-grained control.
|
||||
See the ObjectAccessControls resource
|
||||
(https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls)
|
||||
for a representation of JSON formatted files. The output of gcloud
|
||||
storage [buckets|objects] describe --format="multi(acl:format=json)" is
|
||||
a valid file and can be edited for more fine-grained control.
|
||||
|
||||
--add-acl-grant=[ACL_GRANT,...]
|
||||
Key-value pairs mirroring the JSON accepted by your cloud provider. For
|
||||
example, for Google Cloud
|
||||
example, for Cloud
|
||||
Storage,--add-acl-grant=entity=user-tim@gmail.com,role=OWNER
|
||||
|
||||
--canned-acl=PREDEFINED_ACL, --predefined-acl=PREDEFINED_ACL, -a PREDEFINED_ACL
|
||||
|
|
@ -105,7 +107,7 @@ FLAGS
|
|||
https://cloud.google.com/storage/docs/access-control/lists#predefined-acl
|
||||
|
||||
--[no-]preserve-acl, -p
|
||||
Preserves ACLs when copying in the cloud. This option is Google Cloud
|
||||
Preserves ACLs when copying in the cloud. This option is Cloud
|
||||
Storage-only, and you need OWNER access to all copied objects. If all
|
||||
objects in the destination bucket should have the same ACL, you can
|
||||
also set a default object ACL on that bucket instead of using this
|
||||
|
|
@ -114,9 +116,9 @@ FLAGS
|
|||
|
||||
--remove-acl-grant=REMOVE_ACL_GRANT
|
||||
Key-value pairs mirroring the JSON accepted by your cloud provider. For
|
||||
example, for Google Cloud Storage, --remove-acl-grant=ENTITY, where
|
||||
ENTITY has a valid ACL entity format, such as user-tim@gmail.com,
|
||||
group-admins, allUsers, etc.
|
||||
example, for Cloud Storage, --remove-acl-grant=ENTITY, where ENTITY has
|
||||
a valid ACL entity format, such as user-tim@gmail.com, group-admins,
|
||||
allUsers, etc.
|
||||
|
||||
ENCRYPTION FLAGS
|
||||
--clear-encryption-key
|
||||
|
|
@ -128,7 +130,7 @@ ENCRYPTION FLAGS
|
|||
--decryption-keys=[DECRYPTION_KEY,...]
|
||||
A comma-separated list of customer-supplied encryption keys (RFC 4648
|
||||
section 4 base64-encoded AES256 strings) that will be used to decrypt
|
||||
Google Cloud Storage objects. Data encrypted with a customer-managed
|
||||
Cloud Storage objects. Data encrypted with a customer-managed
|
||||
encryption key (CMEK) is decrypted automatically, so CMEKs do not need
|
||||
to be listed here.
|
||||
|
||||
|
|
@ -186,7 +188,7 @@ OBJECT METADATA FLAGS
|
|||
Type of data contained in the object (e.g. text/html).
|
||||
|
||||
--custom-time=CUSTOM_TIME
|
||||
Custom time for Google Cloud Storage objects in RFC 3339 format.
|
||||
Custom time for Cloud Storage objects in RFC 3339 format.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue