summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_swift.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/auth: object ops use new verify_bucket_permission() overloadCasey Bodley2024-04-101-0/+1
* rgw/auth: pass user policies into identitiesCasey Bodley2024-04-101-2/+1
* rgw: tempurl signature fixes: also support sha256 and sha512 in formpostMarcus Watts2024-01-111-58/+2
* RadosGW: RGW Swift info not providing max_deletes_per_request in bulk_delete ...shreyanshjain71742023-10-171-0/+1
* rgw/sal: list_buckets() returns RGWBucketEntsCasey Bodley2023-09-221-13/+6
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-27/+27
* rgw/rest: replace RGW_FORMAT_ macros with an enum classMatt Benjamin2022-08-161-3/+3
* rgw: remove unnecessary "struct" from req_state declarationsJ. Eric Ivancich2022-06-221-14/+14
* rgw: build without "using namespace std"Kefu Chai2021-08-131-6/+6
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-5/+5
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-24/+24
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-19/+19
* rgw: No null_yield in rgw_roleAdam C. Emerson2020-11-131-2/+2
* rgw: No null_yield in RGWOpAdam C. Emerson2020-11-131-34/+36
* Zipper ObjectDaniel Gryniewicz2020-07-171-5/+9
* rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-6/+7
* rgw: add const correctness to some rest functionsJ. Eric Ivancich2019-11-151-8/+5
* Project Zipper - BucketDaniel Gryniewicz2019-11-071-1/+1
* Project Zipper - BucketlistDaniel Gryniewicz2019-09-261-5/+5
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* Project Zipper Part 1 - Framework and RGWRadosStoreDaniel Gryniewicz2019-08-151-9/+9
* rgw: refactor logging in Swift ObjStore classes in rgw_rest_swift.ccAli Maredia2019-04-161-1/+1
* rgw: thread DoutPrefixProvider into RGW::Auth_S3::authorizeAli Maredia2018-10-091-4/+4
* Merge pull request #22967 from linuxbox2/wip-slo-nosizeYuri Weinstein2018-08-101-0/+2
|\
| * rgw: Swift SLO size_bytes member is optionalMatt Benjamin2018-07-101-0/+2
* | common: move ConfigValues out of md_config_tKefu Chai2018-07-101-5/+5
|/
* misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
* Merge pull request #15369 from rzarzynski/wip-rgw-custom-errmsgs-2Matt Benjamin2017-09-191-1/+1
|\
| * rgw: Swift API returns 400 Bad Request on too long container names.Radoslaw Zarzynski2017-08-221-1/+1
* | rgw: enforce the std::move semantic across the path of RGWUserBuckets.Radoslaw Zarzynski2017-08-291-1/+1
* | rgw: add basic support for Swift's reversed account listings.Radoslaw Zarzynski2017-08-281-1/+10
|/
* rgw: /info claims we do support Swift's accounts ACLs.Radoslaw Zarzynski2017-06-231-0/+1
* rgw: fix the signature mismatch of FormPost in swift APIJing Wenjun2017-06-131-0/+2
* polymorphic error codes.Marcus Watts2017-05-161-0/+1
* rgw: Swift's FormPost does support per-file content types.Radoslaw Zarzynski2017-04-241-0/+1
* rgw: RGWFormPost does support Swift's max_file_size parameter.Radoslaw Zarzynski2017-04-241-0/+1
* rgw: restrict the scope of RGWPostObj::data_pending.Radoslaw Zarzynski2017-04-241-1/+1
* rgw: refactor the expiration checking in FormPost of Swift API.Radoslaw Zarzynski2017-04-241-1/+1
* rgw: implement form's signature verification in Swift's FormPost.Radoslaw Zarzynski2017-04-241-0/+62
* rgw: strip the parts state from RGWPostObj_ObjStore.Radoslaw Zarzynski2017-04-241-0/+1
* rgw: add support for form expiration in Swift's FormPost.Radoslaw Zarzynski2017-04-241-0/+1
* rgw: add support for object prefixes in Swift's FormPost.Radoslaw Zarzynski2017-04-241-1/+5
* rgw: add an early, initial implementation of the Swift's FormPost middleware.Radoslaw Zarzynski2017-04-241-0/+20
* rgw: implement the TAR extraction loop of Swift's BulkUpload.Radoslaw Zarzynski2017-04-011-1/+7
* rgw: initial class structure for BulkUpload of Swift API.Radoslaw Zarzynski2017-04-011-0/+10
* rgw: implement the dynamic reconfiguration of auth strategies.Radoslaw Zarzynski2017-03-241-14/+7
* rgw: the Swift's auth strategy is instantiated and injected from rgw_main.cc.Radoslaw Zarzynski2017-03-241-12/+27
* rgw: implement rgw::auth::swift::DefaultStrategy.Radoslaw Zarzynski2017-03-241-0/+1
* rgw/cleanup: add override in headersliuchang08122017-03-141-74/+74
* rgw: swift: fix anonymous user's error code of getting objectJing Wenjun2017-02-061-0/+1