Listing Buckets

On Oracle Compute Cloud@Customer, you can list buckets.

    1. In the Compute Cloud@Customer Console navigation menu, click Object Storage, then click Object Storage.

      A list of the buckets in the compartment you're viewing is displayed.

    2. If you don’t see the bucket you're looking for, ensure that you’re viewing the correct compartment (select the compartment at the top of the page).

      The page shows only the resources in that compartment.

  • Use the oci os bucket list command and required parameters to get a list of all bucket summary items in a compartment. A bucket summary contains only summary fields for the bucket and does not contain fields like the user-defined metadata.

    oci os bucket list --namespace-name<object_storage_namespace>--compartment-id<compartment_OCID>[OPTIONS]

    For a complete list of CLI commands, flags, and options, see the Command Line Reference.

  • Use the ListBuckets operation to get a list of all bucket summary items in a compartment. A bucket summary contains only summary fields for the bucket and does not contain fields like the user-defined metadata.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.