The following command describes a storage object named my-object in the bucket my-bucket:
gdcloud storage objects describe s3://my-bucket/my-object
The following command describes my-object with JSON formatting, only returning the "name" key:
gdcloud storage objects describe s3://my-bucket/my-object --format="json(name)"
OPTIONAL FLAGS
--log-http Log all HTTP server requests and responses to stderr.
--verbosity string Override the default verbosity for this command. VERBOSITY must be one of:
debug, info, warning, error, critical, none. (default "warning")
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-12 UTC."],[[["`gdcloud storage objects describe` is a command used to retrieve details about a specified storage object."],["The command requires the URL of the storage object as an argument, such as `s3://my-bucket/my-object`."],["The `--format` flag allows the output to be customized, including specifying the format (e.g., JSON) and fields to return."],["Optional flags like `--log-http` and `--verbosity` can be used to enhance debugging and control the level of output."],["Several widely used flags, including `--configuration`, `--format`, `--help`, `--project`, and `--quiet`, are available for all `gdcloud` commands."]]],[]]