]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: add new class to create resource request
authorYehuda Sadeh <yehuda@redhat.com>
Sat, 11 Jul 2015 00:10:25 +0000 (17:10 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 9 Feb 2016 20:57:08 +0000 (12:57 -0800)
commitfe0c78587aa24ada6f990d3c454e7e13f14fc68e
tree68985b95b94ef3c5e3441e99fcdc0765edd1812f
parent2fbf80ff6ec6662ade4417b3eedd1761b9ddad3f
rgw: add new class to create resource request

RGWRESTReadResource holds the request input and output. Previously
we were using stack variables that couldn't be used in the async
path.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_http_client.cc
src/rgw/rgw_http_client.h
src/rgw/rgw_op.cc
src/rgw/rgw_rados.cc
src/rgw/rgw_rados.h
src/rgw/rgw_rest_client.cc
src/rgw/rgw_rest_client.h
src/rgw/rgw_rest_conn.cc
src/rgw/rgw_rest_conn.h
src/rgw/rgw_rest_s3.h
src/rgw/rgw_sync.cc