Viewing Object Versions and Details
On Private Cloud Appliance, you can list object versions and details using the OCI CLI and API.
This task isn't available in the Compute Web UI.
Use the oci os object list-object-versions command and required parameters to list the object versions in a bucket.
oci os object list-object-versions --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 ListObjectVersion operation to list the object versions 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.