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 createcommand to create a bucket using the CLI as described in Creating a Bucket. Include the- --versioning enabledparameter in the command. For example:- oci os bucket create ... --versioning enabled ...
- Run the - CreateBucketoperation to create a bucket using the API as described in Creating a Bucket. Include the- versioning: enabledattribute in the operation.