Enabling Object Versioning for Roving Edge Infrastructure

Describes how to enable versioning of objects when creating an object storage bucket.

  • Follow the steps for creating a bucket using the Device Console as described in Creating a Bucket. Select Enable Object Versioning to apply versioning to all objects that you upload.

  • Run the oci os bucket create command to create a bucket using the CLI as described in Creating a Bucket. Include the --versioning enabled parameter in the command. For example:

    oci os bucket create ... --versioning enabled ...
  • Run the CreateBucket operation to create a bucket using the API as described in Creating a Bucket. Include the versioning: enabled attribute in the operation.