gdcloud storage objects describe

NOME

gdcloud storage objects describe - Descreve um objeto de armazenamento.

SINOPSE

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

EXEMPLOS

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

FLAGS OPCIONAIS

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

SINALIZAÇÕES GERAIS DO GDCLOUD

Estas flags estão disponíveis para todos os comandos: --configuration, --format, --help, --project, --quiet.

Para mais informações, consulte a página Visão geral da referência da CLI gdcloud.