summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_conn.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: pass DoutPrefixProvider into RGWHTTPClientCasey Bodley2024-07-021-8/+10
* rgw: forward_to_master() passes rgw_owner for effective uid headerCasey Bodley2024-04-101-6/+5
* rgw/multisite: maintain endpoints connectable status and retry the requests t...Jane Zhu2024-01-161-77/+219
* rgw: fix use of creds in forward_iam_request()Casey Bodley2024-01-111-1/+1
* rgw: forward_request takes const req_infoCasey Bodley2023-11-071-2/+2
* rgw: Add coverity uninitialized variable and initialize RGWMetadataHandlerPut...Vedansh Bhartia2023-07-241-0/+4
* rgw: Pass and check destination zone trace when fetching objectAlex Wojno2023-05-241-1/+5
* rgw/cloudtransition: Allow multisite zones to sync cloudtiered objectsSoumya Koduri2023-05-011-0/+5
* rgw/rados: remove sal handles from RGWRados::Object opsCasey Bodley2023-02-181-8/+7
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-4/+4
* rgw/cloud-transition: Fix issues with MCG endpointSoumya Koduri2022-11-221-1/+6
* rgw: implementation of forward_request_to_master()Pritha Srivastava2022-06-061-0/+18
* RGW: Zipper - zonegroup, placement tierDaniel Gryniewicz2022-04-201-43/+5
* rgw/CloudTransition: Replace Coroutines with RGWRestConn APIsSoumya Koduri2021-11-181-5/+5
* rgw/RGWRESTConn: Define a wrapper to send PUT/POST stream requestSoumya Koduri2021-11-181-0/+36
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-23/+24
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-6/+6
* rgw: more rest api workYehuda Sadeh2021-03-091-2/+2
* rgw: rest: some code cleanupYehuda Sadeh2021-03-091-14/+4
* rgw, rgw-admin: config and pass region name for aws auth v4Yehuda Sadeh2021-03-091-14/+26
* RGW Zipper - Add zone abstractionDaniel Gryniewicz2021-03-021-3/+3
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-0/+29
* rgw: No null_yield in rgw_restAdam C. Emerson2020-11-131-7/+7
* rgw: dont duplicate RGWRESTConn::get_urlCasey Bodley2020-09-151-8/+1
* rgw: optional_yield support for REST connectionCasey Bodley2020-09-151-5/+8
* rgw: optional_yield support for REST clientCasey Bodley2020-09-151-5/+5
* Zipper - Split RadosStore from base SALDaniel Gryniewicz2020-09-081-0/+1
* rgw: remove unnecessary #include "rgw_rados.h"Kaleb S. KEITHLEY2020-08-101-1/+0
* Zipper ObjectDaniel Gryniewicz2020-07-171-7/+8
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: svc: more zone work, add zone_utils, quota servicesYehuda Sadeh2018-11-081-7/+10
* rgw: rework rest client to handle meta attributesYehuda Sadeh2018-04-251-14/+11
* rgw: avoid use Chunked transfer encoding in RGW's requestlvshanchun2018-04-131-1/+4
* rgw: virtual hosted-style supportlvshanchun2018-04-131-10/+12
* rgw: add populate_zonegroup() and populate_uid() in RGWRESTConnlvshanchun2018-04-101-9/+2
* rgw: implement S3RESTConn to send request to S3lvshanchun2018-04-101-3/+3
* rgw: rest_client: work towards throttling of http read requestsYehuda Sadeh2018-04-101-1/+1
* rgw: aws sync: check that source object doesn't changeYehuda Sadeh2018-04-101-4/+11
* rgw: aws sync, more work on large object sync via multipart uploadYehuda Sadeh2018-04-101-18/+44
* rgw: aws sync, add hooks for decoding/encoding rest objYehuda Sadeh2018-04-101-6/+12
* rgw: a bit cleaner interfaces for sending put crfYehuda Sadeh2018-04-101-3/+25
* rgw: first go at sync to aws spliceYehuda Sadeh2018-04-101-5/+11
* rgw: RGWRESTConn() don't override provided keyYehuda Sadeh2018-04-101-1/+0
* rgw: http client, simplify interfacesYehuda Sadeh2018-04-101-10/+11
* rgw: tweak http client interfaceYehuda Sadeh2018-04-101-2/+2
* rgw: fixes following rebaseYehuda Sadeh2018-04-101-0/+13
* rgw: RGWRestConn allow keys to be initializedAbhishek Lekshmanan2018-04-101-1/+3
* src: Fix typosimransinghal2018-03-251-1/+1
* rgw clean-up: remove unreferenced pure virtual class StreamObjDataJ. Eric Ivancich2017-11-071-7/+1