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

gcloud: Thu Jun 2 08:41:25 UTC 2022

This commit is contained in:
Automated 2022-06-02 08:41:25 +00:00
parent 5b5ff68a0d
commit 82063cbb03
Failed to extract signature
153 changed files with 3508 additions and 223 deletions

View file

@ -3,9 +3,8 @@ NAME
SYNOPSIS
gcloud alpha storage cp SOURCE [SOURCE ...] DESTINATION
[--all-versions, -A] [--cache-control=CACHE_CONTROL]
[--canned-acl=CANNED_ACL, --predefined-acl=CANNED_ACL, -a CANNED_ACL]
[--no-clobber, -n] [--content-disposition=CONTENT_DISPOSITION]
[--all-versions, -A] [--cache-control=CACHE_CONTROL] [--no-clobber, -n]
[--content-disposition=CONTENT_DISPOSITION]
[--content-encoding=CONTENT_ENCODING]
[--content-language=CONTENT_LANGUAGE] [--content-md5=MD5_DIGEST]
[--content-type=CONTENT_TYPE] [--continue-on-error, -c]
@ -16,6 +15,9 @@ SYNOPSIS
[--preserve-posix, -P] [--print-created-message, -v]
[--recursive, -R, -r] [--skip-unsupported, -U]
[--storage-class=STORAGE_CLASS, -s STORAGE_CLASS]
[--canned-acl=PREDEFINED_ACL,
--predefined-acl=PREDEFINED_ACL, -a PREDEFINED_ACL
| --preserve-acl, -p]
[--gzip-in-flight=[FILE_EXTENSIONS,...], -j [FILE_EXTENSIONS,...]
| --gzip-in-flight-all, -J
| --gzip-local=[FILE_EXTENSIONS,...], -z [FILE_EXTENSIONS,...]
@ -66,11 +68,6 @@ FLAGS
--cache-control=CACHE_CONTROL
How caches should handle requests and responses.
--canned-acl=CANNED_ACL, --predefined-acl=CANNED_ACL, -a CANNED_ACL
Applies predefined, or "canned," ACLs to a copied object. See docs for
a list of predefined ACL constants:
https://cloud.google.com/storage/docs/access-control/lists#predefined-acl
--no-clobber, -n
Do not overwrite existing files or objects at the destination. Skipped
items will be printed. This option performs an additional GET request
@ -173,6 +170,20 @@ FLAGS
the default storage class of the destination bucket is used. This
option is not valid for copying to non-cloud destinations.
At most one of these can be specified:
--canned-acl=PREDEFINED_ACL, --predefined-acl=PREDEFINED_ACL, -a PREDEFINED_ACL
Applies predefined, or "canned," ACLs to a copied object. See docs
for a list of predefined ACL constants:
https://cloud.google.com/storage/docs/access-control/lists#predefined-acl
--preserve-acl, -p
Preserves ACLs when copying in the cloud. This option is Google Cloud
Storage-only, and you need OWNER access to all copied objects. If all
objects in the destination bucket should have the same ACL, you can
also set a default object ACL on that bucket instead of using this
flag.
At most one of these can be specified:
--gzip-in-flight=[FILE_EXTENSIONS,...], -j [FILE_EXTENSIONS,...]