swift/swift/container
Clay Gerrard 2759d5d51c New Object Versioning mode
This patch adds a new object versioning mode. This new mode provides
a new set of APIs for users to interact with older versions of an
object. It also changes the naming scheme of older versions and adds
a version-id to each object.

This new mode is not backwards compatible or interchangeable with the
other two modes (i.e., stack and history), especially due to the changes
in the namimg scheme of older versions. This new mode will also serve
as a foundation for adding S3 versioning compatibility in the s3api
middleware.

Note that this does not (yet) support using a versioned container as
a source in container-sync. Container sync should be enhanced to sync
previous versions of objects.

Change-Id: Ic7d39ba425ca324eeb4543a2ce8d03428e2225a1
Co-Authored-By: Clay Gerrard <clay.gerrard@gmail.com>
Co-Authored-By: Tim Burke <tim.burke@gmail.com>
Co-Authored-By: Thiago da Silva <thiagodasilva@gmail.com>
2020-01-24 17:39:56 -08:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
auditor.py Pass logger instances to AccountBroker/ContainerBroker 2019-05-03 01:15:20 +09:00
backend.py New Object Versioning mode 2020-01-24 17:39:56 -08:00
reconciler.py reconciler: Enqueue right work for shard containers 2019-07-10 23:48:39 -07:00
replicator.py sharding: better handle get_shard_ranges failures 2019-07-12 17:37:37 -07:00
server.py Merge "Deprecate per-service auto_create_account_prefix" 2020-01-07 01:30:20 +00:00
sharder.py Merge "Deprecate per-service auto_create_account_prefix" 2020-01-07 01:30:20 +00:00
sync.py New Object Versioning mode 2020-01-24 17:39:56 -08:00
sync_store.py Container-Sync to iterate only over synced containers 2016-01-06 16:46:31 +02:00
updater.py Merge "container-updater: Always report zero objects/bytes used for shards" 2018-06-22 21:45:56 +00:00