Suspend Versioning
You can suspend bucket versioning at any time using the MinIO AIStor Console, the MinIO AIStor mc CLI, or using an S3-compatible SDK.
Behavior
While versioning is suspended, MinIO AIStor does the following in the bucket:
- Objects created while versioning is suspended are assigned a
nullversion ID. - Any changes to an object while versioning is suspended result in overwriting that
nullversioned object. - MinIO AIStor does not remove or otherwise alter existing versioned objects as part of suspending versioning.
- Clients can continue interacting with any existing object versions in the bucket.
Procedure
To disable versioning, select whether you want to use the MinIO AIStor Console or the AIStor Client (mc).