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
55
gcloud/alpha/storage/objects/describe
Normal file
55
gcloud/alpha/storage/objects/describe
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
NAME
|
||||
gcloud alpha storage objects describe - describe a Cloud Storage object
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha storage objects describe URL
|
||||
[--decryption-keys=[DECRYPTION_KEY,...]]
|
||||
[--encryption-key=ENCRYPTION_KEY] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe a Cloud Storage object.
|
||||
|
||||
EXAMPLES
|
||||
Describe a Google Cloud Storage object with the url
|
||||
"gs://bucket/my-object":
|
||||
|
||||
$ gcloud alpha storage objects describe gs://bucket/my-object
|
||||
|
||||
Desribe object with JSON formatting, only returning the "name" key:
|
||||
|
||||
$ gcloud alpha storage objects describe gs://bucket/my-object \
|
||||
--format=json(name)
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
URL
|
||||
Specifies URL of object to describe.
|
||||
|
||||
FLAGS
|
||||
--decryption-keys=[DECRYPTION_KEY,...]
|
||||
A comma separated list of customer-supplied encryption keys (RFC 4648
|
||||
section 4 base64-encoded AES256 strings) that will be used to decrypt
|
||||
Google Cloud Storage objects. Data encrypted with a customer-managed
|
||||
encryption key (CMEK) is decrypted automatically, so CMEKs do not need
|
||||
to be listed here.
|
||||
|
||||
--encryption-key=ENCRYPTION_KEY
|
||||
A customer-supplied encryption key (An RFC 4648 section 4
|
||||
base64-encoded AES256 string), or customer-managed encryption key of
|
||||
the form
|
||||
projects/{project}/locations/{location}/keyRings/{key-ring}/cryptoKeys/{crypto-key}.
|
||||
This key will be used for all data written to Google Cloud Storage.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue