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. On the Buckets list page, select the Object Storage bucket that you want to work with. If you need help finding the list page or the bucket, see Listing Buckets.
    2. On the bucket's details page, select Objects.
      The Objects tab opens. All objects in the selected bucket are displayed in a table.
    3. Find the object you want to work with. For more information, see Listing Objects in a Bucket.
    4. From the Actions menu (three dots) of the object, select View versions.
      The Object versions panel opens.
    5. From the Actions menu for the object you want, select View object version details.
      The Object version details panel opens. The latest version appears at the top of the list.
    6. From the Actions menu (three dots) for the object version, select View object version details.
    The Object version details panel opens. All details of the object version are displayed. Select Download to copy the version details to your local computer.
  • 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.