]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: different formatters for different services
authorYehuda Sadeh <yehuda@inktank.com>
Mon, 24 Sep 2012 19:30:29 +0000 (12:30 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Mon, 8 Oct 2012 18:12:28 +0000 (11:12 -0700)
commit42d873e9f54b7df234be0600a788052d8fdf67fc
tree7215aa5b2ac9fac784269a186abef63623991814
parent2b6a27d3c155ebd896a72760f76e4e18566f3d04
rgw: different formatters for different services

Use json formatter by default for new usage stuff. Also
make it configurable.

We use the JSON formatter for the swift auth.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_common.h
src/rgw/rgw_rest.cc
src/rgw/rgw_rest.h
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_s3.h
src/rgw/rgw_rest_swift.cc
src/rgw/rgw_swift_auth.cc