이름
gdcloud storage objects list - 스토리지 객체를 나열합니다.
개요
gdcloud storage objects list URLs [URLs ...]
    [--format=FORMAT]
    [--log-http]
    [--verbosity=VERBOSITY] [flags]
EXAMPLES
The following command lists all objects in bucket my-bucket:
    gdcloud storage objects list s3://my-bucket
The following command lists all objects in bucket beginning with "o":
    gdcloud storage objects list s3://my-bucket/o*
The following command lists all objects in bucket with JSON formatting, only returning the
value of the name metadata field:
    gdcloud storage objects list s3://my-bucket --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).
자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.