summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_client.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: handle http options CORS with v2 authTobias Urdin2024-09-251-1/+1
* rgw: pass DoutPrefixProvider into RGWHTTPClientCasey Bodley2024-07-021-3/+4
* rgw/acl: use rgw_owner for ACLOwnerCasey Bodley2024-04-101-1/+1
* Merge pull request #54311 from gabriel-samfira/do-not-escape-slashCasey Bodley2024-02-051-1/+2
|\
| * Do not encode slashesGabriel Adrian Samfira2023-11-021-1/+2
* | rgw/acl: ACLGrant uses variant for grantee typesCasey Bodley2023-11-301-15/+10
* | rgw/acl: add_grant() takes const refCasey Bodley2023-11-301-11/+8
* | rgw: forward_request takes const req_infoCasey Bodley2023-11-071-3/+3
|/
* rgw/rados: remove sal handles from RGWRados::Object opsCasey Bodley2023-02-181-5/+5
* Merge pull request #47819 from yehudasa/wip-cloud-sync-fixesCasey Bodley2022-09-021-9/+14
|\
| * rgw: cloud sync: sign requests that read source objsYehuda Sadeh2022-08-261-9/+14
* | rgw: implementation of forward_request_to_master()Pritha Srivastava2022-06-061-19/+39
|/
* rgw: raise log level of http client headersCasey Bodley2021-10-121-2/+2
* rgw: DPP addition 5Kalpesh Pandya2021-08-171-16/+18
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* Merge pull request #40563 from BryceCao/wip_add_check_for_sync_urlJ. Eric Ivancich2021-05-101-1/+1
|\
| * rgw : add check empty for sync urlcao.leilc2021-04-061-1/+1
* | rgw: add DPP's to logging for most opsAli Maredia2021-05-041-31/+31
* | RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-2/+2
|/
* rgw: make AWSSignerV4 statelessYehuda Sadeh2021-03-091-3/+1
* rgw: restore code support for aws signature v2Yehuda Sadeh2021-03-091-2/+57
* rgw: awsv4: refactor content signingYehuda Sadeh2021-03-091-18/+11
* rgw: auth v4: extract service from urlYehuda Sadeh2021-03-091-18/+44
* rgw: rest client: sign awsv4 content (if possible)Yehuda Sadeh2021-03-091-26/+36
* rgw: more rest api workYehuda Sadeh2021-03-091-2/+2
* rgw: rest: some code cleanupYehuda Sadeh2021-03-091-74/+10
* rgw: auth v4: use original content hash when forwarding requestYehuda Sadeh2021-03-091-0/+5
* rgw, rgw-admin: config and pass region name for aws auth v4Yehuda Sadeh2021-03-091-7/+63
* rgw: try to identify connections regionYehuda Sadeh2021-03-091-8/+13
* rgw: basic client aws v4 signatureYehuda Sadeh2021-03-091-24/+36
* Merge pull request #37694 from BryceCao/wip-add-MD5-in-forward_requestHarish Munjulur2021-01-251-1/+4
|\
| * rgw : add MD5 in forward_request …cao.leilc2020-12-311-1/+4
* | rgw: No null_yield in rgw_restAdam C. Emerson2020-11-131-4/+4
|/
* rgw: optional_yield support for REST clientCasey Bodley2020-09-151-2/+3
* Merge pull request #35123 from BryceCao/wip-bug-fix-swift-bucket-createJ. Eric Ivancich2020-09-031-1/+10
|\
| * rgw : add URL encode toward bucket name in forward requestcaolei2020-05-201-1/+10
* | rgw: remove unnecessary #include "rgw_rados.h"Kaleb S. KEITHLEY2020-08-101-1/+0
* | Zipper ObjectDaniel Gryniewicz2020-07-171-5/+5
* | common/bl, *: deprecate list::claim() in favor of operator=(list&&).Radoslaw Zarzynski2020-06-291-1/+1
|/
* rgw/pubsub: notification filtering by object tagsYuval Lifshitz2019-12-151-3/+3
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-8/+6
* common, rgw: drop the CMS decoder.Radoslaw Zarzynski2019-06-261-1/+0
* rgw: http interfaces take optional_yieldCasey Bodley2019-03-291-3/+3
* rgw: http_client: propagate send_data_hint differentlyYehuda Sadeh2019-01-261-2/+2
* rgw: handle S3 version 2 pre-signed urls with meta-dataMatt Benjamin2018-10-221-2/+3
* rgw: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-1/+1
* misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
* rgw: rework rest client to handle meta attributesYehuda Sadeh2018-04-251-89/+128
* rgw: don't append headers twiceYehuda Sadeh2018-04-251-4/+0