Disabling object versioning

Use the following steps to disable object versioning.

To disable object versioning across the cluster, run the following command:
mmobj config change --ccrfile proxy-server.conf --section 'filter:versioned_writes' --property allow_versioned_writes --value false
A sample output is as follows:
[filter:versioned_writes]
use = egg:swift#versioned_writes
allow_versioned_writes = false