mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -3,8 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha storage objects describe URL
|
||||
[--decryption-keys=[DECRYPTION_KEY,...]]
|
||||
[--encryption-key=ENCRYPTION_KEY] [GCLOUD_WIDE_FLAG ...]
|
||||
[--decryption-keys=[DECRYPTION_KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe a Cloud Storage object.
|
||||
|
|
@ -32,17 +31,6 @@ FLAGS
|
|||
encryption key (CMEK) is decrypted automatically, so CMEKs do not need
|
||||
to be listed here.
|
||||
|
||||
--encryption-key=ENCRYPTION_KEY
|
||||
The encryption key to use for encrypting target objects. The specified
|
||||
encryption key can be a customer-supplied encryption key (An RFC 4648
|
||||
section 4 base64-encoded AES256 string), or a customer-managed
|
||||
encryption key of the form
|
||||
projects/{project}/locations/{location}/keyRings/
|
||||
{key-ring}/cryptoKeys/{crypto-key}. The specified key also acts as a
|
||||
decryption key, which is useful when copying or moving encryted data to
|
||||
a new location. Using this flag in an objects update command triggers a
|
||||
rewrite of target objects.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -3,9 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha storage objects list URLS [URLS ...]
|
||||
[--decryption-keys=[DECRYPTION_KEY,...]]
|
||||
[--encryption-key=ENCRYPTION_KEY] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[--decryption-keys=[DECRYPTION_KEY,...]] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -41,17 +40,6 @@ FLAGS
|
|||
encryption key (CMEK) is decrypted automatically, so CMEKs do not need
|
||||
to be listed here.
|
||||
|
||||
--encryption-key=ENCRYPTION_KEY
|
||||
The encryption key to use for encrypting target objects. The specified
|
||||
encryption key can be a customer-supplied encryption key (An RFC 4648
|
||||
section 4 base64-encoded AES256 string), or a customer-managed
|
||||
encryption key of the form
|
||||
projects/{project}/locations/{location}/keyRings/
|
||||
{key-ring}/cryptoKeys/{crypto-key}. The specified key also acts as a
|
||||
decryption key, which is useful when copying or moving encryted data to
|
||||
a new location. Using this flag in an objects update command triggers a
|
||||
rewrite of target objects.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue