Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite wird beschrieben, wie Sie Objekte in GDC-Speicher-Buckets (Google Distributed Cloud) auflisten, die nicht mit dem Internet verbunden sind.
Hinweise
In einem Projektnamespace werden Bucket-Ressourcen auf dem Management API-Server verwaltet. Sie benötigen ein Projekt, um mit Buckets und Objekten arbeiten zu können.
Außerdem benötigen Sie die entsprechenden Bucket-Berechtigungen, um den folgenden Vorgang auszuführen. Weitere Informationen finden Sie unter Bucket-Zugriff gewähren.
Objekte in Storage-Buckets auflisten
Console
Klicken Sie im Navigationsmenü auf Object Storage.
Klicken Sie auf den Namen des Buckets, der die Objekte enthält.
Warten Sie, bis Sie zur Seite Bucket-Details weitergeleitet werden, auf der Objekte in einer Tabelle aufgeführt sind.
Klicken Sie auf den Namen eines Objekts und wählen Sie entweder den Tab Liveobjekt oder Versionsverlauf aus, um weitere Details aufzurufen.
Befehlszeile
Objekte im Verzeichnis der obersten Ebene eines Buckets auflisten:
gdcloudstoragelss3://FULLY_QUALIFIED_BUCKET_NAME
Alle Versionen von Objekten im Verzeichnis der obersten Ebene eines Buckets auflisten:
[[["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)."],[[["\u003cp\u003eThis guide details the process of listing objects within Google Distributed Cloud (GDC) air-gapped storage buckets.\u003c/p\u003e\n"],["\u003cp\u003eA project namespace is required for managing bucket resources, and proper bucket permissions are needed to list objects.\u003c/p\u003e\n"],["\u003cp\u003eYou can list objects via the console by navigating to the Object Storage section and selecting the specific bucket, or via the CLI using the \u003ccode\u003egdcloud storage ls\u003c/code\u003e command.\u003c/p\u003e\n"],["\u003cp\u003eThe CLI allows you to list objects in the top level directory, as well as view all versions of objects, and list objects with a specified prefix.\u003c/p\u003e\n"]]],[],null,["# List storage objects in projects\n\nThis page shows you how to list objects within Google Distributed Cloud (GDC) air-gapped storage buckets.\n\nBefore you begin\n----------------\n\nA project namespace manages bucket resources in the Management API server. You\nmust have a [project](/distributed-cloud/hosted/docs/latest/gdch/platform/pa-user/project-management) to work with buckets and objects.\n\nYou must also have the appropriate bucket permissions to perform the following\noperation. See [Grant bucket access](/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/grant-obtain-storage-access#grant_bucket_access).\n\nList objects in storage buckets\n-------------------------------\n\n### Console\n\n1. In the navigation menu, click **Object Storage**.\n2. Click the name of the bucket containing the objects.\n3. Wait to be redirected to the **Bucket details** page with objects listed in a table.\n4. Click on an object's name and select either the **Live Object** tab or **Version history** tab to view further details.\n\n### CLI\n\nList the objects in the top level directory of a bucket: \n\n gdcloud storage ls s3://\u003cvar translate=\"no\"\u003eFULLY_QUALIFIED_BUCKET_NAME\u003c/var\u003e\n\nList all versions of objects in the top level directory of a bucket: \n\n\n gdcloud storage ls --all-versions s3://\u003cvar translate=\"no\"\u003eFULLY_QUALIFIED_BUCKET_NAME\u003c/var\u003e\n\nList the objects in a bucket with a prefix: \n\n gdcloud storage ls s3://\u003cvar translate=\"no\"\u003eFULLY_QUALIFIED_BUCKET_NAME\u003c/var\u003e/\u003cPrefix\u003e/\n\nList all versions of objects in a bucket with a prefix: \n\n gdcloud storage ls --all-versions s3://\u003cvar translate=\"no\"\u003eFULLY_QUALIFIED_BUCKET_NAME\u003c/var\u003e/\u003cPrefix\u003e/"]]