summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_auth_s3.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: handle http options CORS with v2 authTobias Urdin2024-09-251-30/+31
* rgw/iam: adds implementation for iam UpdateOidcProviderThumbprint.Pritha Srivastava2024-08-221-0/+2
* rgw: add checksum and digest machineryMatt Benjamin2024-07-031-1/+1
* rgw/iam: add Group/GroupPolicy APIsCasey Bodley2024-04-101-0/+15
* rgw/iam: AttachRolePolicy adds managed role policyCasey Bodley2024-04-101-0/+3
* rgw/iam: AttachUserPolicy adds managed user policyCasey Bodley2024-04-101-0/+3
* rgw/iam: add IAM AccessKey apisCasey Bodley2024-04-101-0/+4
* rgw/iam: add initial IAM User apisCasey Bodley2024-04-101-0/+6
* rgw/auth: use switch for is_non_s3_op()Casey Bodley2024-04-101-30/+32
* rgw_sigv4: handle '0;' as trailer-chunk boundarymatt benjamin2024-03-021-4/+14
* awssigv4: fix recognition of trailer boundary when no trailing signatureMatt Benjamin2024-02-131-3/+9
* awssigv4: fix signing of 0-byte objectMatt Benjamin2024-02-131-3/+11
* rgw: cumulatively fix 6 AWS SigV4 request failure casesMatt Benjamin2024-02-131-85/+413
* rgw/auth: correcting the error message to indicatePritha Srivastava2024-02-051-3/+3
* Merge pull request #53504 from davidhall586/Bug62105Casey Bodley2023-11-241-2/+2
|\
| * SignatureDoesNotMatch for certain RGW Admin Ops endpoints when using v4 authDavid.Hall2023-09-081-2/+2
* | Merge branch 'main' into wip-topic-policyKrunal Chheda2023-10-271-1/+16
|\ \
| * | rgw: improve the efficiency of buffer list utilization of chunk uploadliubingrun2023-09-241-1/+16
| |/
* / rgw/notification: Add support to set topic policy while topic creationkchheda32023-10-231-0/+1
|/
* rgw/auth: move http options v4 logic to get_v4_canonical_method()Tobias Urdin2023-08-171-0/+29
* rgw: pick http_date in case of http_x_amz_date absenceSeena Fallah2023-06-151-1/+4
* rgw: Fix potential null pointer dereferences where `RGWEnv::get()` is calledMohamed Awnallah2023-05-191-3/+5
* Merge pull request #47547 from mdw-at-linuxbox/wip-master-xamzdate-1Casey Bodley2022-08-191-2/+3
|\
| * rgw: x-amz-date change breaks certain cases of aws sig v4.Marcus Watts2022-08-101-2/+3
* | rgw/sts: adding code for UpdateRole REST API andPritha Srivastava2022-06-151-1/+2
* | rgw/sts: code changes to replace modify role withPritha Srivastava2022-06-151-1/+1
* | rgw: implementation of forward_request_to_master()Pritha Srivastava2022-06-061-5/+6
|/
* rgw/sts: added code to tag, untag and list role tags.Pritha Srivastava2021-09-011-0/+34
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* rgw: Introduce BucketEncryption APIs to support SSE-S3 featureRahul Dev Parashar2021-07-191-0/+1
* Merge pull request #41462 from yehudasa/wip-50920Casey Bodley2021-06-031-9/+1
|\
| * rgw: auth v4 client: don't convert '+' to spaceYehuda Sadeh2021-05-201-9/+1
* | rgw: add DPP's to logging for most opsAli Maredia2021-05-041-9/+11
|/
* Merge pull request #38737 from IlsooByun/objmeta-key-underscoreJ. Eric Ivancich2021-04-071-1/+1
|\
| * rgw: keep underscore in metatdata keyIlsoo Byun2020-12-301-1/+1
* | rgw: auth v4: extract service from urlYehuda Sadeh2021-03-091-3/+4
* | rgw: basic client aws v4 signatureYehuda Sadeh2021-03-091-0/+127
* | Merge pull request #38917 from joke-lee/rgw_sts_get_session_token_check_durat...Harish Munjulur2021-02-181-0/+3
|\ \
| * | rgw: fix download object when use v2 presigned url generate byyuliyang_yewu2021-01-151-0/+3
* | | rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-26/+32
| |/ |/|
* | rgw: fix RequestTimeTooSkewed when Dateyuliyang_yewu2020-11-141-0/+1
|/
* Merge pull request #35551 from joke-lee/v4-authJ. Eric Ivancich2020-09-031-1/+1
|\
| * rgw: replace '+' with "%20" in canonical query string for s3yuliyang_yewu2020-07-221-1/+1
* | rgw: add PUT and POST req support to data cacheMark Kogan2020-07-211-1/+1
|/
* rgw: Normalizing X-Amz- headers for case in RGWHTTPArgsPritha Srivastava2020-07-011-8/+9
* rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-63/+63
* rgw: implement get/put/delete public access block for bucketsAbhishek Lekshmanan2020-02-031-0/+1
* rgw: s3: implement GetBucketPolicyStatus APIAbhishek Lekshmanan2020-02-031-0/+1
* rgw/pubsub: notification filtering by object tagsYuval Lifshitz2019-12-151-5/+5
* rgw: add const correctness to some rest functionsJ. Eric Ivancich2019-11-151-6/+2