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)"
OPTIONALE 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-WEITE FLAGS
Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[],[],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/appliance/resources/gdcloud-reference/gdcloud) page."]]