summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_config.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: clean up header filesJ. Eric Ivancich2023-01-241-1/+1
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-2/+2
* rgw: remove RGWOp_ZoneGroupMap_Get from /admin/config APICasey Bodley2022-08-221-24/+0
* rgw: remove unnecessary "struct" from req_state declarationsJ. Eric Ivancich2022-06-221-1/+1
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-1/+1
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-1/+1
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-1/+1
* rgw: No null_yield in RGWOpAdam C. Emerson2020-11-131-5/+7
* Zipper ObjectDaniel Gryniewicz2020-07-171-1/+2
* Zipper - RGWUserDaniel Gryniewicz2020-01-171-4/+4
* rgw: add const correctness to some rest functionsJ. Eric Ivancich2019-11-151-4/+1
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-0/+1
* rgw: get or set realm zonegroup zone need check user's capsyuliyang2018-11-291-2/+5
* rgw: svc: more zone work, add zone_utils, quota servicesYehuda Sadeh2018-11-081-0/+2
* rgw: mark functions with override keywordDanny Al-Gaaf2018-06-121-1/+1
* rgw: make RGWOp::name() const and return const char*Casey Bodley2018-05-151-2/+2
* Merge pull request #21637 from ceph/wip-da-SCA-20180423Kefu Chai2018-05-061-1/+1
|\
| * misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
* | misc: mark functions with 'override' specifierDanny Al-Gaaf2018-05-021-4/+4
|/
* rgw: implement the dynamic reconfiguration of auth strategies.Radoslaw Zarzynski2017-03-241-3/+4
* rgw/cleanup: add override in headersliuchang08122017-03-141-9/+9
* rgw: rest api to read zone config paramsYehuda Sadeh2017-01-131-0/+18
* rgw: add support for dispatching requests with respect to frontend prefix.Radoslaw Zarzynski2016-10-211-3/+4
* Merge remote-tracking branch 'origin/master' into wip-rgw-new-multisiteYehuda Sadeh2016-02-191-4/+5
|\
| * librgw: refactor RGWHandler HTTP/REST methods into _RESTMatt Benjamin2016-02-121-4/+5
* | rgw: add support for region format in RGWOp_ZoneGroupMap_GetOrit Wasserman2016-02-121-1/+1
* | rgw: add RGWRegionMap for backward compatabilityOrit Wasserman2016-02-121-4/+9
* | rgw: move period Ops to rgw_rest_realm.ccCasey Bodley2016-02-121-32/+1
* | rgw: POST /admin/realm/period reads in json dataCasey Bodley2016-02-121-4/+2
* | rgw: delay allocation of RGWPeriodCasey Bodley2016-02-121-6/+6
* | rgw: Rename Region to ZoneGroup only internal structures and classOrit Wasserman2016-02-091-4/+4
* | rgw: Add period admin commands and rest api to handle periodOrit Wasserman2016-02-091-0/+34
|/
* rgw: change RGWOp::name() to return string instead of char*Danny Al-Gaaf2013-07-201-1/+1
* RESTful implementation to dump regionmap implementationBabu Shanmugam2013-07-021-0/+55