Obtaining the Object Storage Namespace

An Object Storage namespace serves as the top-level container for all buckets and objects. Each tenant is assigned one unique system-generated and immutable Object Storage namespace name. The namespace spans all compartments. The namespace name is a required argument for many Object Storage CLI commands.

Using the Compute Web UI

  1. Click your user name (upper right corner), and select Tenancy.

    The namespace string is listed under Object Storage Settings.

Using the OCI CLI

  1. Run the following command and add the iaas endpoint to the command. For example:

    oci os ns get --endpoint https://iaas.<mypca>.example.com
    {
      "data": "<myobjstor_namespace_name>"
    }