]> git.proxmox.com Git - ceph.git/blame - ceph/src/rgw/driver/rados/rgw_sync_module_es_rest.h
bump version to 18.2.2-pve1
[ceph.git] / ceph / src / rgw / driver / rados / 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
1e59de90
TL
14 RGWHandler_REST *get_handler(rgw::sal::Driver* driver,
15 req_state* s,
31f18b77
FG
16 const rgw::auth::StrategyRegistry& auth_registry,
17 const std::string& frontend_prefix) override;
18};