summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_zone.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/sal: add backend interfaces for group metadataCasey Bodley2024-04-101-0/+5
* rgw/rados: add .rgw.meta:accounts poolCasey Bodley2024-04-101-0/+5
* rgw/multisite-notification: Add support to replicate topic creation in multi...kchheda32024-03-051-3/+8
* rgw/zone: remove check for (very) old pools configCasey Bodley2023-12-011-16/+7
* rgw: add free function rgw::get_zonegroup_endpoint()Casey Bodley2023-11-061-0/+13
* ceph-dencoder: Add missing rgw types to ceph-dencoder for accurate encode-dec...NitzanMordhai2023-09-071-0/+24
* rgw/cloudtier: Fix bug with decoding tier_targetsSoumya Koduri2023-05-011-3/+1
* rgw: add_zone_to_group() sets first zone as masterCasey Bodley2023-01-031-1/+5
* rgw: add 'inline_data' zone placement info optionCory Snyder2022-12-121-0/+3
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-1/+1
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2022-11-291-2892/+745
* rgw: add higher-level functions to rgw_zone.*Casey Bodley2022-09-281-41/+844
* rgw: remove RGWRegionMap and RGWZoneGroupMapCasey Bodley2022-08-221-111/+0
* rgw: remove RGWSysObjectCtx entirelyCasey Bodley2022-07-131-43/+22
* rgw: add back json for zone/zonegroup featuresCasey Bodley2022-05-271-0/+4
* radosgw-admin: zone/zonegroup commands support --enable-feature=x --disable-f...Casey Bodley2022-05-271-0/+25
* rgw: user_quota and bucket_quota are defined under RGWQuotaIqbal Khan2022-05-041-22/+22
* rgw: Match decode_json with dump for default-placement in RGWZoneGroup.zhangzhiming2022-01-261-2/+3
* rgw: Add rgw rate limiting per user and per bucketOr Friedmann2022-01-051-0/+6
* rgw:cleanup/refactor json and xml encoders and decodersKaleb S. KEITHLEY2021-12-131-8/+572
* rgw/CloudTransition: Include aws region name for remote endpointSoumya Koduri2021-11-181-1/+7
* rgw/CloudTransition: Handle versioned objectsSoumya Koduri2021-11-181-6/+6
* rgw/CloudTransition: Change tier-type to cloud-s3Soumya Koduri2021-11-181-12/+33
* rgw/CloudTransition: Do not allow data pool for tier type storage classesSoumya Koduri2021-11-181-4/+4
* rgw/CloudTransition: Delete cloud tiered objects by defaultSoumya Koduri2021-11-181-0/+11
* rgw/CloudTransition: Tier objects to remote cloudSoumya Koduri2021-11-181-0/+36
* rgw/CloudTransition: Add new options to configure tier endpointSoumya Koduri2021-11-181-0/+84
* Merge pull request #43503 from mkogan1/wip-fips-md5Mark Kogan2021-10-211-0/+2
|\
| * rgw: under fips, set flag to allow md5 in select rgw opsMark Kogan2021-10-141-0/+2
* | rgw: silence error message for nonexistent realmCasey Bodley2021-10-151-1/+1
|/
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* rgw, rgw-admin: add realm/zonegroup/zone id configurablesYehuda Sadeh2021-08-061-0/+16
* rgw: refactor realm/zongegroup/zone resolvingYehuda Sadeh2021-08-061-0/+83
* rgw: cleanup virtual dtor decls and defnsKaleb S. KEITHLEY2021-07-091-0/+9
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-205/+215
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-3/+3
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-4/+4
* rgw/rgw_zone: drop unused variableKefu Chai2021-03-191-3/+0
* rgw, rgw-admin: config and pass region name for aws auth v4Yehuda Sadeh2021-03-091-0/+3
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-4/+4
* rgw: Dpp addition to create bucket logroot2021-02-071-20/+20
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-22/+23
* rgw: No null_yield in rgw_zoneAdam C. Emerson2020-11-131-160/+181
* rgw/notifications: add persistent delivery to notificationsYuval Lifshitz2020-08-191-0/+2
* rgw: adds REST APIs for OpenID connect providers manipulation.Pritha Srivastava2020-06-051-0/+2
* Merge pull request #32660 from cbodley/wip-rgw-admin-zone-shardsCasey Bodley2020-03-021-1/+6
|\
| * radosgw-admin: allow zone[group] modify to configure index shardsCasey Bodley2020-02-271-1/+6
* | rgw: increase log level for same or older period pull msgAli Maredia2020-02-271-1/+1
|/
* rgw, radosgw-admin: explicit zone id typeYehuda Sadeh2020-01-281-7/+6
* Merge pull request #29909 from cbodley/wip-40935Casey Bodley2019-09-191-1/+1
|\