gdcloud storage objects describe

名稱

gdcloud storage objects describe - Describe a storage object.

概要

gdcloud storage objects describe URL
    [--format=FORMAT]
    [--log-http]
    [--verbosity=VERBOSITY] [flags]

範例

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)"

選用旗標

      --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 廣泛標記

所有指令都可使用這些旗標:--configuration--format--help--project--quiet

詳情請參閱 gcloud CLI 參考資料總覽頁面。