swift/swift/container
Tim Burke 4806434cb0 Move listing formatting out to proxy middleware
Make some json -> (text, xml) stuff in a common module, reference that in
account/container servers so we don't break existing clients (including
out-of-date proxies), but have the proxy controllers always force a json
listing.

This simplifies operations on listings (such as the ones already happening in
decrypter, or the ones planned for symlink and sharding) by only needing to
consider a single response type.

There is a downside of larger backend requests for text/plain listings, but
it seems like a net win?

Change-Id: Id3ce37aa0402e2d8dd5784ce329d7cb4fbaf700d
2017-09-15 06:38:26 +00:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
auditor.py Add Storage Policy support to Containers 2014-06-18 17:31:38 -07:00
backend.py Merge "Add Timestamp.now() helper" 2017-07-18 03:27:50 +00:00
reconciler.py Add Timestamp.now() helper 2017-04-27 14:19:00 -07:00
replicator.py Add Timestamp.now() helper 2017-04-27 14:19:00 -07:00
server.py Move listing formatting out to proxy middleware 2017-09-15 06:38:26 +00:00
sync.py Correct swift reraising of exception 2016-09-01 02:25:29 +00:00
sync_store.py Container-Sync to iterate only over synced containers 2016-01-06 16:46:31 +02:00
updater.py Replace slowdown option with *_per_second option 2017-06-16 19:22:00 +00:00