summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_s3.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: GetObjAttrs calls rgw_s3_prepare_decrypt()Casey Bodley2025-01-081-0/+3
* rgw: implement GetObjectAttributesMatt Benjamin2025-01-081-0/+15
* rgw: allow disabling bucket stats on head bucketSeena Fallah2024-12-131-0/+1
* rgw/logging: add support for GetBucketLogging and PutBucketLoggingYuval Lifshitz2024-12-081-8/+5
* RGW: Cloud Restore cli and its corresponding response for user.shreyanshjain71742024-10-031-0/+10
* rgw_cksum: implement POST upload checksumsMatt Benjamin2024-07-031-0/+6
* rgw: add checksum and digest machineryMatt Benjamin2024-07-031-0/+1
* rgw: RGWDeleteMultiObj uses spawn_throttle for concurrencyCasey Bodley2024-05-311-2/+2
* rgw/acl/s3: parse_policy() as free functionCasey Bodley2023-11-301-1/+2
* Merge pull request #52472 from vedanshbhartia/coverity_1510724Yuval Lifshitz2023-10-091-1/+1
|\
| * rgw: Remove unnecessary null check from valid_s3_bucket_nameVedansh Bhartia2023-07-301-1/+1
* | rgw/sal: list_buckets() returns RGWBucketEntsCasey Bodley2023-09-221-1/+1
|/
* Merge pull request #49335 from yuvalif/wip-yuval-fix-58167Yuval Lifshitz2023-02-201-7/+2
|\
| * rgw: refactor service handlersYuval Lifshitz2023-01-251-7/+2
* | rgw: clean up header filesJ. Eric Ivancich2023-01-241-2/+2
|/
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-16/+16
* rgw: refactor RGWDeleteMultiObj formatter_flush_cond member to local var in e...Cory Snyder2022-11-081-1/+2
* rgw: concurrency for multi object deletesCory Snyder2022-10-311-1/+1
* rgw/rest: replace RGW_FORMAT_ macros with an enum classMatt Benjamin2022-08-161-1/+2
* rgw: remove unnecessary "struct" from req_state declarationsJ. Eric Ivancich2022-06-221-6/+6
* parquet implementation:gal salomon2022-01-121-155/+0
* fix comments; enum-class; typo; documentationgalsalomon662021-12-181-4/+4
* RGW: Implement continuation, progress, stats, end s3select responsegal salomon2021-12-181-28/+113
* rgw: build without "using namespace std"Kefu Chai2021-08-131-11/+11
* RGW - Zipper - Proper Writer APIDaniel Gryniewicz2021-07-301-4/+4
* rgw: Introduce BucketEncryption APIs to support SSE-S3 featureRahul Dev Parashar2021-07-191-0/+27
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-1/+1
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-6/+6
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-14/+14
* rgw: make AWSSignerV4 statelessYehuda Sadeh2021-03-091-6/+7
* rgw: awsv4: refactor content signingYehuda Sadeh2021-03-091-0/+1
* rgw: auth v4: extract service from urlYehuda Sadeh2021-03-091-0/+1
* rgw: try to identify connections regionYehuda Sadeh2021-03-091-0/+1
* rgw: basic client aws v4 signatureYehuda Sadeh2021-03-091-0/+39
* Zipper - zipperify the Auth codeDaniel Gryniewicz2021-03-021-9/+9
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-6/+6
* there could a case where capacity is equal to string size, and cause invalid ...galsalomon662021-02-171-1/+1
* rgw: No null_yield in rgw_userAdam C. Emerson2020-11-131-4/+8
* rgw: No null_yield in RGWOpAdam C. Emerson2020-11-131-43/+44
* Zipper ObjectDaniel Gryniewicz2020-07-171-3/+4
* Merge pull request #33228 from galsalomon66/s3select_integration_into_RGW_2Matt Benjamin2020-06-251-1/+75
|\
| * adding s3select sub-module; integrating sub-module into RGW; current commit ...gal salomon2020-06-231-1/+75
* | rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-19/+19
|/
* rgw: fixes to override_range_hdrOr Friedmann2020-05-191-1/+1
* rgw: Adding data cache and CDN capabilitiesOr Friedmann2020-05-191-0/+2
* rgw: implement get/put/delete public access block for bucketsAbhishek Lekshmanan2020-02-031-0/+13
* rgw: s3: implement GetBucketPolicyStatus APIAbhishek Lekshmanan2020-02-031-1/+8
* rgw: implement s3 get bucket replication apiYehuda Sadeh2020-01-281-0/+6
* rgw: implement s3 delete bucket replication apiYehuda Sadeh2020-01-281-0/+8
* rgw: implement s3 put-bucket-replication apiYehuda Sadeh2020-01-281-0/+10