Getting an Object Storage Object Version's Details

View the details for an object version in an Object Storage bucket.

See Listing Object Versions in a Bucket for information on getting an object version's ID.

    1. Open the navigation menu and click Storage. Under Object Storage & Archive Storage, click Buckets.
    2. Select the compartment from the list under List Scope. All buckets in that compartment are listed in tabular form.
    3. Click the bucket whose object's details you want to get. The bucket's Details page appears.
    4. Click Objects under Resources. The Objects list appears. All folders and objects are listed in tabular form.
    5. Click the down arrow (Show Object Versions) next to the object entry. The list of versions of the object appears. The latest version appears at the top of the list.
    6. Click the Actions menu (Actions Menu) next to the object version. and select View Object Version Details. The Object Version Details dialog box appears.

    You can view the details for the object version, including its basic information and response headers.

  • Get the details of an object as described in Getting a Replication Policy's Details. Include the version-id parameter and the ID of the object version:
    oci os object head --bucket-name bucket_name --name object_name --version-id version_id [OPTIONS]

    For example:

    oci os object head --bucket-name MyStandardBucket --name MyTextDocument.txt --version-id 2d528a44-5b15-40dc-b303-20993d1ade66

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Get the details of an bucket using the HeadObject operation as described in Getting a Replication Policy's Details. Include the versionId attribute and the ID of the object version.