summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_config.h
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@redhat.com>2019-12-19 18:23:57 +0100
committerDaniel Gryniewicz <dang@redhat.com>2020-07-17 18:05:49 +0200
commit99f7c4aa1286edfea6961b92bb44bb8fe22bd599 (patch)
tree1da801a201b86a2255a55bae8b652580d19254ec /src/rgw/rgw_rest_config.h
parentMerge pull request #35553 from zdover23/wip-doc-iscsi-target-cli-daemon (diff)
downloadceph-99f7c4aa1286edfea6961b92bb44bb8fe22bd599.tar.xz
ceph-99f7c4aa1286edfea6961b92bb44bb8fe22bd599.zip
Zipper Object
This pass modifies RGW to use RGWObject and RGWRadosObject. Also improves RGWBucket usage. This converts many of the APIs to unique_ptr. Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Diffstat (limited to 'src/rgw/rgw_rest_config.h')
-rw-r--r--src/rgw/rgw_rest_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rgw/rgw_rest_config.h b/src/rgw/rgw_rest_config.h
index 99c77364696..3fb3e871f4d 100644
--- a/src/rgw/rgw_rest_config.h
+++ b/src/rgw/rgw_rest_config.h
@@ -77,7 +77,8 @@ public:
RGWRESTMgr_Config() = default;
~RGWRESTMgr_Config() override = default;
- RGWHandler_REST* get_handler(struct req_state*,
+ RGWHandler_REST* get_handler(rgw::sal::RGWRadosStore *,
+ struct req_state*,
const rgw::auth::StrategyRegistry& auth_registry,
const std::string&) override {
return new RGWHandler_Config(auth_registry);