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).
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis command, \u003ccode\u003egdcloud storage objects list\u003c/code\u003e, is used to list storage objects.\u003c/p\u003e\n"],["\u003cp\u003eYou can specify URLs to list objects from specific locations, like \u003ccode\u003es3://my-bucket\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe command supports wildcard characters (e.g., \u003ccode\u003eo*\u003c/code\u003e) to filter object names.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--format\u003c/code\u003e flag allows output customization, such as returning a specific JSON metadata field.\u003c/p\u003e\n"],["\u003cp\u003eOptional flags like \u003ccode\u003e--log-http\u003c/code\u003e and \u003ccode\u003e--verbosity\u003c/code\u003e provide additional control over the command's operation.\u003c/p\u003e\n"]]],[],null,["# gdcloud storage objects list\n\nNAME\n----\n\ngdcloud storage objects list - List storage objects.\n\nSYNOPSIS\n--------\n\n gdcloud storage objects list URLs [URLs ...]\n [--format=FORMAT]\n [--log-http]\n [--verbosity=VERBOSITY] [flags]\n\n### EXAMPLES\n\n The following command lists all objects in bucket my-bucket:\n\n gdcloud storage objects list s3://my-bucket\n\n The following command lists all objects in bucket beginning with \"o\":\n\n gdcloud storage objects list s3://my-bucket/o*\n\n The following command lists all objects in bucket with JSON formatting, only returning the\n value of the name metadata field:\n\n gdcloud storage objects list s3://my-bucket --format=\"json(name)\"\n\n### OPTIONAL FLAGS\n\n --log-http Log all HTTP server requests and responses to stderr.\n --verbosity string Override the default verbosity for this command. VERBOSITY must be one of:\n debug, info, warning, error, critical, none. (default \"warning\")\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]