1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Jan 18 10:21:20 UTC 2024

This commit is contained in:
Automated 2024-01-18 10:21:20 +00:00
parent 5fec13c692
commit a47e1e835a
156 changed files with 4341 additions and 674 deletions

View file

@ -2,11 +2,11 @@ NAME
gcloud alpha storage buckets update - update bucket settings
SYNOPSIS
gcloud alpha storage buckets update URL [URL ...]
gcloud alpha 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]
@ -51,8 +51,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
@ -87,6 +87,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)