Listing a Bucket's Contents
Listing a Bucket's content is a fundamental command to see what currently exists utilizing ListBuckets.
List Bucket
- Using QConsole
- Using Q's CLI tooling
- Using a Third-party S3-compatible CLI
To create a bucket using QConsole:
- Log in to your QConsole account
- Navigate to the QStorage service section
- You should see for your account listed.
Your new bucket will appear in the bucket list and is immediately available for use.
Quilibrium's native CLI tooling will default to use the correct endpoint.
qcli s3 ls
You can utilize a third-party S3-compatible CLI with a QStorage API key and modifying the endpoint to point to QStorage.
aws s3 ls --endpoint-url https://qstorage.quilibrium.com
You can utilize the other methods to set this as described in their documentation.
Success
When complete you should see a response of:
2025-04-04 14:50:38 test-bucket