mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 3 09:18:38 UTC 2022
This commit is contained in:
parent
3513fd1c11
commit
3b2f526372
151 changed files with 4150 additions and 308 deletions
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[--content-encoding=CONTENT_ENCODING]
|
||||
[--content-language=CONTENT_LANGUAGE] [--content-md5=MD5_DIGEST]
|
||||
[--content-type=CONTENT_TYPE] [--continue-on-error, -c]
|
||||
[--custom-time=CUSTOM_TIME] [--do-not-decompress]
|
||||
[--custom-time=CUSTOM_TIME] [--daisy-chain, -D] [--do-not-decompress]
|
||||
[--if-generation-match=GENERATION]
|
||||
[--if-metageneration-match=METAGENERATION] [--ignore-symlinks]
|
||||
[--manifest-path=MANIFEST_PATH, -L MANIFEST_PATH]
|
||||
|
|
@ -104,6 +104,16 @@ FLAGS
|
|||
--custom-time=CUSTOM_TIME
|
||||
Custom time for Google Cloud Storage objects in RFC 3339 format.
|
||||
|
||||
--daisy-chain, -D
|
||||
Copy in "daisy chain" mode, which means copying an object by first
|
||||
downloading it to the machine where the command is run, then uploading
|
||||
it to the destination bucket. The default mode is a "copy in the
|
||||
cloud," where data is copied without uploading or downloading. During a
|
||||
copy in the cloud, a source composite object remains composite at its
|
||||
destination. However, you can use daisy chain mode to change a
|
||||
composite object into a non-composite object. Note: Daisy chain mode is
|
||||
automatically used when copying between providers.
|
||||
|
||||
--do-not-decompress
|
||||
Do not automatically decompress downloaded gzip files.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue