mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -3,6 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha storage objects describe URL
|
||||
[--additional-headers=HEADER=VALUE] [--fetch-encrypted-object-hashes]
|
||||
[--decryption-keys=[DECRYPTION_KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -23,6 +24,19 @@ POSITIONAL ARGUMENTS
|
|||
URL
|
||||
Specifies URL of object to describe.
|
||||
|
||||
FLAGS
|
||||
--additional-headers=HEADER=VALUE
|
||||
Includes arbitrary headers in storage API calls. Accepts a comma
|
||||
separated list of key=value pairs, e.g. header1=value1,header2=value2.
|
||||
Overrides the default storage/additional_headers property value for
|
||||
this command invocation.
|
||||
|
||||
--fetch-encrypted-object-hashes
|
||||
If the initial GET request returns an object encrypted with a
|
||||
customer-supplied encryption key, the hash fields will be null. If the
|
||||
matching decryption key is present on the system, this flag retries the
|
||||
GET request with the key.
|
||||
|
||||
ENCRYPTION FLAGS
|
||||
--decryption-keys=[DECRYPTION_KEY,...]
|
||||
A comma-separated list of customer-supplied encryption keys (RFC 4648
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue