summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60970 from clwluvw/redirect-qsJ. Eric Ivancich2024-12-181-2/+4
|\
| * rgw: append query string to redirect URL if presentSeena Fallah2024-12-061-2/+4
* | rgw: allow disabling bucket stats on head bucketSeena Fallah2024-12-131-1/+0
|/
* rgw: relax RGWPutACLs_ObjStore::get_params read data logSeena Fallah2024-12-021-1/+1
* Fix the handling of HEAD requests that do not comply with RFC standardsliubingrun2024-07-161-0/+4
* rgw: use s3website REST when higher priority and no host headerSeena Fallah2024-06-281-0/+5
* rgw: increase log level on abort_earlySeena Fallah2024-04-121-2/+2
* rgw/auth: pass user policies into identitiesCasey Bodley2024-04-101-14/+0
* rgw/iam: load and evaluate group policiesCasey Bodley2024-04-101-5/+5
* rgw: rename iam_user_policies to iam_identity_policiesCasey Bodley2024-04-101-3/+3
* rgw: use rgw_owner in RGWBucketInfoCasey Bodley2024-04-101-2/+4
* rgw/acl: use rgw_owner for ACLOwnerCasey Bodley2024-04-101-2/+9
* rgw: cumulatively fix 6 AWS SigV4 request failure casesMatt Benjamin2024-02-131-18/+1
* rgw: fix spelling errorsJosh Soref2023-11-271-9/+9
* rgw/swift: convert underscores to hyphens in swift user metadata namesJane Zhu2023-11-231-2/+2
* rgw: fix the Content-Length in response header is inconsistent with response ...mengxiangrui2023-07-261-0/+1
* rgw: use string_view to parse Accept headerCasey Bodley2023-05-161-9/+7
* Merge pull request #50507 from cbodley/wip-rgw-api-zeroCasey Bodley2023-05-041-5/+9
|\
| * rgw/rest: don't require s->formatterCasey Bodley2023-03-131-5/+9
* | rgw: add default Server response headerCasey Bodley2023-03-131-1/+8
|/
* rgw: rgw_op.h doesn't include rgw_torrent.hCasey Bodley2023-03-021-3/+0
* rgw/torrent: PutObj uses the filter to write RGW_ATTR_TORRENTCasey Bodley2023-03-021-13/+0
* rgw: refactor service handlersYuval Lifshitz2023-01-251-0/+3
* Merge pull request #48554 from giubacc/rgw_dns_name_multivalueCasey Bodley2022-12-091-2/+6
|\
| * rgw: add multivalue support to rgw_dns_name config optionGiuseppe Baccini2022-10-211-2/+6
* | RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-5/+5
|/
* rgw/s3: align output format with client requestMatt Benjamin2022-08-161-14/+1
* rgw/rest: replace RGW_FORMAT_ macros with an enum classMatt Benjamin2022-08-161-17/+17
* rgw: remove unnecessary "struct" from req_state declarationsJ. Eric Ivancich2022-06-221-43/+43
* RGW: Zipper - zonegroup, placement tierDaniel Gryniewicz2022-04-201-3/+6
* rgw: Add rgw rate limiting per user and per bucketOr Friedmann2022-01-051-1/+25
* RGW Zipper - API CleanupsDaniel Gryniewicz2021-11-091-1/+1
* rgw/rest: dump_owner() takes name by const refCasey Bodley2021-10-291-1/+1
* rgw/rest: dump_time() takes real_time by valueCasey Bodley2021-10-291-2/+2
* rgw/rgw_rest: do not set unused variableKefu Chai2021-08-161-2/+1
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* RGW - Zipper - MultipartUploadDaniel Gryniewicz2021-07-281-2/+8
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-1/+1
* RGW Zipper - move attrs into UserDaniel Gryniewicz2021-04-281-3/+2
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-1/+1
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-2/+2
* rgw: handle aws4 completion when reading all op dataYehuda Sadeh2021-03-111-6/+6
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-4/+4
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-26/+26
* rgw: No null_yield in RGWOpAdam C. Emerson2020-11-131-20/+20
* rgw: RGWRESTOp no longer tracks separate error codeCasey Bodley2020-09-101-1/+1
* Zipper - Split RadosStore from base SALDaniel Gryniewicz2020-09-081-0/+1
* Zipper ObjectDaniel Gryniewicz2020-07-171-6/+6
* Merge pull request #33228 from galsalomon66/s3select_integration_into_RGW_2Matt Benjamin2020-06-251-0/+1
|\
| * adding s3select sub-module; integrating sub-module into RGW; current commit ...gal salomon2020-06-231-0/+1