]> git.proxmox.com Git - ceph.git/blame - ceph/src/rgw/rgw_sync_module_es_rest.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_sync_module_es_rest.h
CommitLineData
11fdf7f2 1// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
9f95a23c 2// vim: ts=8 sw=2 smarttab ft=cpp
11fdf7f2 3
9f95a23c 4#pragma once
31f18b77
FG
5
6#include "rgw_rest.h"
7
8class RGWElasticSyncModuleInstance;
9
10class RGWRESTMgr_MDSearch_S3 : public RGWRESTMgr {
11public:
12 explicit RGWRESTMgr_MDSearch_S3() {}
13
20effc67 14 RGWHandler_REST *get_handler(rgw::sal::Store* store,
f67539c2 15 struct req_state* s,
31f18b77
FG
16 const rgw::auth::StrategyRegistry& auth_registry,
17 const std::string& frontend_prefix) override;
18};