1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed May 11 08:44:01 UTC 2022

This commit is contained in:
Automated 2022-05-11 08:44:01 +00:00
parent bf33ccb44b
commit 379049f21a
109 changed files with 2571 additions and 102 deletions

View file

@ -12,8 +12,8 @@ SYNOPSIS
[--do-not-decompress] [--if-generation-match=GENERATION]
[--if-metageneration-match=METAGENERATION] [--ignore-symlinks]
[--manifest-path=MANIFEST_PATH, -L MANIFEST_PATH]
[--print-created-message, -v] [--recursive, -R, -r]
[--skip-unsupported, -U]
[--preserve-posix, -P] [--print-created-message, -v]
[--recursive, -R, -r] [--skip-unsupported, -U]
[--storage-class=STORAGE_CLASS, -s STORAGE_CLASS]
[--gzip-in-flight-all, -J
| --gzip-in-flight-extensions=[FILE_EXTENSIONS,...],
@ -135,6 +135,20 @@ FLAGS
file are not retried by future commands. Objects marked as "error" are
retried.
--preserve-posix, -P
Causes POSIX attributes to be preserved when objects are copied. With
this feature enabled, gcloud storage will copy several fields provided
by the stat command: access time, modification time, owner UID, owner
group GID, and the mode (permissions) of the file.
For uploads, these attributes are read off of local files and stored in
the cloud as custom metadata. For downloads, custom cloud metadata is
set as POSIX attributes on files after they are downloaded.
On Windows, this flag will only set and restore access time and
modification time because Windows doesn't have a notion of POSIX UID,
GID, and mode.
--print-created-message, -v
Prints the version-specific URL for each copied object.