Listing an Object's Versions for Roving Edge Infrastructure

Describes how to list the versions of an object in an object storage bucket on your Roving Edge Infrastructure device.

Only those objects that were uploaded to an object storage bucket with versioning enabled will have their versions available for listing.

    1. Open the navigation menu and select Storage > Object Storage & Archive Storage. The Buckets page appears. All buckets are listed in tabular form.
    2. Click the bucket whose details you want to get. The bucket's Details page appears. All objects are listed in tabular form.
    3. (optional) Enable Show Deleted Objects to display those objects that were versioned, but subsequently deleted.
    4. Click the Down arrow at the right side of the object's entry to display the versions.

    Each version of the object is displayed as a separate entry that you can perform various tasks on using the Actions menu (Actions Menu).

  • Use the oci os object list-object-versions command and required parameters to list the versions of an object in the Roving Edge Infrastructure device's object storage bucket:

    oci os object list-object-versions --bucket-name bucket_name [OPTIONS]

    Refer to your Roving Edge Infrastructure device's CLI help for a list of parameters available for this command. See Accessing Command Line Interface Help.

    For set up information regarding CLIs on your Roving Edge Infrastructure device, see Using the Command Line Interface.

  • Run the ListObjectVersions operation to list the versions of an object in the Roving Edge Infrastructure device's object storage bucket.