IBM Cloud Object Storage introduces versioning to protect your data against accidental deletion or overwrites.

When versioning is enabled on an IBM Cloud Object Storage bucket, multiple versions of an object are automatically saved so that you can easily recover data from either an unintended user action or an application failure.

You can enable versioning at the bucket level for any storage class. The default state of versioning for a bucket is disabled. Once enabled, all objects in the bucket will have versioning turned-on. Versioning can also be suspended at any time to stop creating new versions of objects in the bucket. Normal capacity charges (pricing) apply for each version of the object.

Version creation

In a version-enabled bucket, if you overwrite an object, a new version of the object is created as the current version, while the older version of the object is retained and referred to as the non-current version of the object. With versioning, you will have one current version of an object and 0 or more non-current versions. All versions of the object receive a unique version ID. The current marker always points to the latest copy of the object. Reading an object (GET) fetches the latest version of the object pointed to by the current marker. You can also access any noncurrent version by specifying the Version ID in your GET request:

Deleting an object

In a version-enabled bucket, deleting an object simply creates a Delete Marker as the current version of the object. A GET on a deleted object returns a 404 error. No data is permanently deleted, and the changes can be reversed:

Deleting a version

When a specific version of an object is deleted by specifying the Version ID, the deletion is permanent:

Managing versions

The benefit of storing every version of an object comes at the cost of storing more data. You can manage your storage and hence the cost of retaining multiple versions of the object by setting lifecycle rules to archive or expire older versions of the object. You can also suspend versioning on a bucket if you don’t want to accumulate new versions:

Get started

Versioning can be accessed on the IBM Cloud Object Storage buckets using the IBM Cloud console, the REST API or using the SDK. For information on how versioning works, see Versioning Docs.

If you are new to IBM Cloud Object Storage, you can start your free trial today. You can find additional pricing information on the IBM Cloud Object Storage pricing page

Categories

More from Announcements

IBM TechXchange underscores the importance of AI skilling and partner innovation

3 min read - Generative AI and large language models are poised to impact how we all access and use information. But as organizations race to adopt these new technologies for business, it requires a global ecosystem of partners with industry expertise to identify the right enterprise use-cases for AI and the technical skills to implement the technology. During TechXchange, IBM's premier technical learning event in Las Vegas last week, IBM Partner Plus members including our Strategic Partners, resellers, software vendors, distributors and service…

Introducing Inspiring Voices, a podcast exploring the impactful journeys of great leaders

< 1 min read - Learning about other people's careers, life challenges, and successes is a true source of inspiration that can impact our own ambitions as well as life and business choices in great ways. Brought to you by the Executive Search and Integration team at IBM, the Inspiring Voices podcast will showcase great leaders, taking you inside their personal stories about life, career choices and how to make an impact. In this first episode, host David Jones, Executive Search Lead at IBM, brings…

IBM watsonx Assistant and NICE CXone combine capabilities for a new chapter in CCaaS

5 min read - In an age of instant everything, ensuring a positive customer experience has become a top priority for enterprises. When one third of customers (32%) say they will walk away from a brand they love after just one bad experience (source: PWC), organizations are now applying massive investments to this experience, particularly with their live agents and contact centers.  For many enterprises, that investment includes modernizing their call centers by moving to cloud-based Contact Center as a Service (CCaaS) platforms. CCaaS solutions…

See what’s new in SingleStoreDB with IBM 8.0

3 min read - Despite decades of progress in database systems, builders have compromised on at least one of the following: speed, reliability, or ease. They have two options: one, they could get a document database that is fast and easy, but can’t be relied on for mission-critical transactional applications. Or two, they could rely on a cloud data warehouse that is easy to set up, but only allows lagging analytics. Even then, each solution lacks something, forcing builders to deploy other databases for…