Viewing Objects in a Bucket

On Compute Cloud@Customer, you can view objects in a bucket.

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

    2. At the top of the page, select the compartment that contains the bucket that contains your object.

      A list of buckets is displayed.

    3. Click the bucket name that contains your object.

    4. Under Resources, click Objects.

      The objects are displayed.

  • Use the oci os object list command and required parameters to list objects in a bucket.

    oci os object list --namespace-name <object_storage_namespace> --bucket-name <bucket_name> [OPTIONS]

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

  • Use the ListObjects operation to list objects in a bucket.

    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.