]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: decode RGWUserInfo using decode_json
authorYehuda Sadeh <yehuda@inktank.com>
Wed, 6 Feb 2013 20:48:01 +0000 (12:48 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 22 Mar 2013 18:23:07 +0000 (11:23 -0700)
commitda33701318c42a2436bb0318b63b720ff52ae057
treee723ef95b24e8cef310fcff9381d9e1b8cfdae57
parent959b658fd02f701f5deee77d01c07e8164fc40ab
rgw: decode RGWUserInfo using decode_json

RGWUserInfo can be decoded using json_decode, and fix
the ->dump() method to match that decoding.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/Makefile.am
src/rgw/rgw_admin.cc
src/rgw/rgw_common.cc
src/rgw/rgw_common.h
src/rgw/rgw_dencoder.cc
src/rgw/rgw_json_enc.cc [new file with mode: 0644]