]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: implement S3RESTConn to send request to S3
authorlvshanchun <lvshanchun@gmail.com>
Tue, 21 Nov 2017 05:01:34 +0000 (13:01 +0800)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 10 Apr 2018 15:05:39 +0000 (08:05 -0700)
commitb44b2e97c868f1c4cbed901f662eb22c1179ade0
treeb92d195aa24407691690286e2d5c7dfb302bfa49
parentf84d2d1b96b716b3f7358f1c8cc896ab51ea3ddd
rgw: implement S3RESTConn to send request to S3
add a sub-class of RGWRESTConn called S3RESTConn that do not
populate zonegroup-related params, it shall only used for send request
to S3-like interface.

Signed-off-by: lvshanchun <lvshanchun@gmail.com>
src/rgw/rgw_rest_conn.cc
src/rgw/rgw_rest_conn.h
src/rgw/rgw_sync_module_aws.cc