mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Tue Oct 18 11:38:19 UTC 2022
This commit is contained in:
parent
389ff42bae
commit
5c08d21169
159 changed files with 4170 additions and 656 deletions
|
|
@ -2,8 +2,10 @@ NAME
|
|||
gcloud alpha storage buckets update - update bucket settings
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha storage buckets update URL [URL ...] [--continue-on-error, -c]
|
||||
[--[no-]default-event-based-hold]
|
||||
gcloud alpha storage buckets update URL [URL ...]
|
||||
[--canned-acl=PREDEFINED_ACL,
|
||||
--predefined-acl=PREDEFINED_ACL, -a PREDEFINED_ACL]
|
||||
[--continue-on-error, -c] [--[no-]default-event-based-hold]
|
||||
[--default-storage-class=DEFAULT_STORAGE_CLASS]
|
||||
[--[no-]lock-retention-period] [--[no-]requester-pays]
|
||||
[--[no-]uniform-bucket-level-access] [--[no-]versioning]
|
||||
|
|
@ -43,6 +45,11 @@ POSITIONAL ARGUMENTS
|
|||
URLs of the buckets to update.
|
||||
|
||||
FLAGS
|
||||
--canned-acl=PREDEFINED_ACL, --predefined-acl=PREDEFINED_ACL, -a PREDEFINED_ACL
|
||||
Applies predefined, or "canned," ACLs to a resource. See docs for a
|
||||
list of predefined ACL constants:
|
||||
https://cloud.google.com/storage/docs/access-control/lists#predefined-acl
|
||||
|
||||
--continue-on-error, -c
|
||||
If any operations are unsuccessful, the command will exit with a
|
||||
non-zero exit status after completing the remaining operations. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue