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.
- 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-idparameter 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 - versionIdattribute and the ID of the object version.