mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -6,9 +6,9 @@ SYNOPSIS
|
|||
[--additional-headers=HEADER=VALUE]
|
||||
[--canned-acl=PREDEFINED_ACL,
|
||||
--predefined-acl=PREDEFINED_ACL, -a PREDEFINED_ACL]
|
||||
[--checksums-only] [--no-clobber, -n] [--continue-on-error, -c]
|
||||
[--delete-unmatched-destination-objects] [--dry-run]
|
||||
[--exclude=[REGEX,...], -x [REGEX,...]]
|
||||
[--checksums-only] [--no-clobber, -n] [--content-md5=MD5_DIGEST]
|
||||
[--continue-on-error, -c] [--delete-unmatched-destination-objects]
|
||||
[--dry-run] [--exclude=[REGEX,...], -x [REGEX,...]]
|
||||
[--gzip-in-flight=[FILE_EXTENSIONS,...], -j [FILE_EXTENSIONS,...]]
|
||||
[--gzip-in-flight-all, -J] [--no-ignore-symlinks]
|
||||
[--include-managed-folders] [--preserve-posix, -P]
|
||||
|
|
@ -19,8 +19,7 @@ SYNOPSIS
|
|||
[--cache-control=CACHE_CONTROL
|
||||
--content-disposition=CONTENT_DISPOSITION
|
||||
--content-encoding=CONTENT_ENCODING
|
||||
--content-language=CONTENT_LANGUAGE --content-md5=MD5_DIGEST
|
||||
--content-type=CONTENT_TYPE
|
||||
--content-language=CONTENT_LANGUAGE --content-type=CONTENT_TYPE
|
||||
--custom-time=CUSTOM_TIME --clear-custom-metadata
|
||||
| --custom-metadata=[CUSTOM_METADATA_KEYS_AND_VALUES,...]
|
||||
| --remove-custom-metadata=[METADATA_KEYS,...]
|
||||
|
|
@ -125,6 +124,11 @@ FLAGS
|
|||
items will be printed. This option may perform an additional GET
|
||||
request for cloud objects before attempting an upload.
|
||||
|
||||
--content-md5=MD5_DIGEST
|
||||
Manually specified MD5 hash digest for the contents of an uploaded
|
||||
file. This flag cannot be used when uploading multiple files. The
|
||||
custom digest is used by the cloud provider for validation.
|
||||
|
||||
--continue-on-error, -c
|
||||
If any operations are unsuccessful, the command will exit with a
|
||||
non-zero exit status after completing the remaining operations. This
|
||||
|
|
@ -241,11 +245,6 @@ OBJECT METADATA FLAGS
|
|||
--content-language=CONTENT_LANGUAGE
|
||||
Content's language (e.g. en signifies "English").
|
||||
|
||||
--content-md5=MD5_DIGEST
|
||||
Manually specified MD5 hash digest for the contents of an uploaded
|
||||
file. This flag cannot be used when uploading multiple files. The
|
||||
custom digest is used by the cloud provider for validation.
|
||||
|
||||
--content-type=CONTENT_TYPE
|
||||
Type of data contained in the object (e.g. text/html).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue