Viewing Objects in a Bucket

On Private Cloud Appliance, you can view objects in a bucket.

    1. In the Compute Web UI navigation menu, select Object Storage, then select 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. Select the bucket name that contains your object.

    4. Under Resources, select 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.