Skip to main content
Object versioning allows you to keep multiple versions of the same object in a bucket. When versioning is enabled, each update to an object creates a new version instead of replacing the existing one. Versioning helps protect data from accidental deletion, overwriting, or application errors, and allows you to restore previous versions of objects. When versioning is enabled for a bucket:
  • Each object version receives a unique version ID
  • Uploading an object with the same key creates a new version
  • Previous versions remain stored in the bucket
If multiple write operations for the same object occur simultaneously, Object Storage stores all of resulting object versions. By default, versioning is disabled on buckets. Once you enable versioning, you cannot fully disable it and can only suspend it.
For lower latency and higher throughput in high-load scenarios, we recommend using buckets with versioning disabled.
If your bucket has expiration lifecycle rules that permanently delete objects and you want to maintain the same behavior after enabling versioning, configure expiration for non-current object versions. Non-current version expiration rules manage the deletion of non-current object versions in a versioning-enabled bucket. For more information, see Configure expiration lifecycle rules.

How to enable bucket versioning

  1. In the web console, go to https://mintcdn.com/nebius-ai-cloud/1Ha0sWR6e1mnIaHS/_assets/sidebar/storage.svg?fit=max&auto=format&n=1Ha0sWR6e1mnIaHS&q=85&s=0a2dad6b48aea10e85f6f3e2343aee26 Storage → Object Storage.
  2. Open the page of the required bucket.
  3. Go to the Settings tab.
  4. In the Versioning field, select Enabled.
  5. Click Save changes.
After versioning is enabled, all subsequent object uploads and modifications create new versions.
After you enable versioning for an existing bucket for the first time, it may take up to 15 minutes to come into effect. We recommend waiting 15 minutes before performing any write operations (PUT or DELETE) to avoid issues with object visibility and version tracking. If you enable or suspend versioning when creating a bucket, it is available immediately with no waiting period.

How to suspend bucket versioning

If needed, you can suspend versioning for a bucket:
  1. In the web console, go to https://mintcdn.com/nebius-ai-cloud/1Ha0sWR6e1mnIaHS/_assets/sidebar/storage.svg?fit=max&auto=format&n=1Ha0sWR6e1mnIaHS&q=85&s=0a2dad6b48aea10e85f6f3e2343aee26 Storage → Object Storage.
  2. Open the page of the required bucket.
  3. Go to the Settings tab.
  4. In the Versioning field, enable the Suspend option.
  5. Click Save changes.