mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jan 18 10:21:20 UTC 2024
This commit is contained in:
parent
5fec13c692
commit
a47e1e835a
156 changed files with 4341 additions and 674 deletions
|
|
@ -2,11 +2,11 @@ NAME
|
|||
gcloud storage buckets update - update bucket settings
|
||||
|
||||
SYNOPSIS
|
||||
gcloud storage buckets update URL [URL ...]
|
||||
[--additional-headers=HEADER=VALUE] [--clear-soft-delete]
|
||||
[--continue-on-error, -c] [--[no-]default-event-based-hold]
|
||||
gcloud storage buckets update [URL ...] [--additional-headers=HEADER=VALUE]
|
||||
[--clear-soft-delete] [--continue-on-error, -c]
|
||||
[--[no-]default-event-based-hold]
|
||||
[--default-storage-class=DEFAULT_STORAGE_CLASS]
|
||||
[--lock-retention-period]
|
||||
[--lock-retention-period] [--read-paths-from-stdin, -I]
|
||||
[--recovery-point-objective=SETTING, --rpo=SETTING]
|
||||
[--[no-]requester-pays] [--soft-delete-duration=SOFT_DELETE_DURATION]
|
||||
[--[no-]uniform-bucket-level-access] [--[no-]versioning]
|
||||
|
|
@ -57,8 +57,8 @@ EXAMPLES
|
|||
--clear-retention-period
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
URL [URL ...]
|
||||
URLs of the buckets to update.
|
||||
[URL ...]
|
||||
Specifies the URLs of the buckets to update.
|
||||
|
||||
FLAGS
|
||||
--additional-headers=HEADER=VALUE
|
||||
|
|
@ -93,6 +93,9 @@ FLAGS
|
|||
duration. Once locked, deleting the bucket is the only way to "remove"
|
||||
a retention policy.
|
||||
|
||||
--read-paths-from-stdin, -I
|
||||
Read the list of URLs from stdin.
|
||||
|
||||
--recovery-point-objective=SETTING, --rpo=SETTING
|
||||
Sets the recovery point objective
|
||||
(https://cloud.google.com/architecture/dr-scenarios-planning-guide#basics_of_dr_planning)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue