1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Thu Jun 26 10:50:44 UTC 2025

This commit is contained in:
Automated 2025-06-26 10:50:44 +00:00
parent 3a534cb57c
commit f645b4c02d
150 changed files with 4099 additions and 393 deletions

View file

@ -108,8 +108,10 @@ REQUIRED FLAGS
custom time for Cloud Storage objects in RFC 3339 format, specify the
key-value pair Custom-Time={VALUE}. To set custom metadata on
objects, specify key-value pairs {CUSTOM-KEY}:{VALUE}. Note that all
predefined keys are case-insensitive. Multiple key-value pairs can be
specified by separating them with commas. For example,
predefined keys (e.g. Content-Disposition) are case-insensitive. Any
other key that is not specified above will be treated as a custom
key. Multiple key-value pairs can be specified by separating them
with commas. For example,
--put-metadata=Content-Disposition=inline,Content-Encoding=gzip
--rewrite-object=KEY=VALUE,[KEY=VALUE,...]