| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Topics
Versioning is a means of keeping multiple variants of an object in the same bucket. In one
bucket, for example, you can have two objects with the same key, but different version IDs,
such as photo.gif (version 111111) and photo.gif
(version 121212).

You might enable versioning to prevent objects from being deleted or overwritten by mistake, or to archive objects so that you can retrieve previous versions of them.
Note
The SOAP API does not support versioning.