summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_op.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: S3 Delete Bucket Policy should return 204 on successSimon Jürgensmeyer2025-01-151-1/+4
* Merge pull request #55259 from linuxbox2/wip-object-attributesMatt Benjamin2025-01-101-7/+89
|\
| * rgw: GetObjAttrs calls rgw_s3_prepare_decrypt()Casey Bodley2025-01-081-2/+1
| * rgw_cksum: permit fallback to checksum-type from create-multipart, in upload-...Matt Benjamin2025-01-081-5/+12
| * rgw: defensive check for part cksum in try_sum_part_cksumsMatt Benjamin2025-01-081-0/+8
| * rgw: implement GetObjectAttributesMatt Benjamin2025-01-081-3/+71
* | Merge pull request #52791 from clwluvw/location-constraintCasey Bodley2025-01-091-37/+45
|\ \
| * | rgw: respect location constraint in master zonegroupSeena Fallah2024-12-191-37/+45
* | | Merge pull request #59960 from smanjara/wip-fix-missing-http-dataCasey Bodley2025-01-091-1/+0
|\ \ \
| * | | rgw/multisite: the create_bucket forward request omits theShilpa Jagannath2025-01-081-1/+0
* | | | Merge pull request #61136 from cbodley/wip-69301Casey Bodley2025-01-081-2/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | rgw: don't use merge_and_store_attrs() when recreating a bucketCasey Bodley2025-01-061-2/+8
* | | | Merge pull request #60685 from clwluvw/data-sync-permJ. Eric Ivancich2025-01-031-13/+0
|\ \ \ \ | |/ / / |/| | |
| * | | rgw: evaluate policies for dest object in data syncSeena Fallah2024-11-101-13/+0
| | |/ | |/|
* | | Merge pull request #60771 from YaZasnyal/fix/complete-abort-mpCasey Bodley2024-12-181-3/+16
|\ \ \
| * | | rgw: RGWAbortMultipart maps NoSuchKey to NoSuchUploadCasey Bodley2024-12-161-0/+3
| * | | rgw/abortmp: Added lock for AbortMultipartUploadArtem Vasilev2024-11-191-3/+13
* | | | Merge pull request #60579 from clwluvw/empty-multideleteJ. Eric Ivancich2024-12-181-0/+6
|\ \ \ \
| * | | | rgw: return MalformedXML for empty objects list in DeleteObjectsSeena Fallah2024-11-051-0/+6
| | |/ / | |/| |
* | | | Merge pull request #56583 from pritha-srivastava/wip-rgw-del-bucket-tagCasey Bodley2024-12-171-10/+10
|\ \ \ \
| * | | | rgw: for delete ops for a bucket, where an attr/attrs are erasedPritha Srivastava2024-11-111-10/+10
| |/ / /
* | | | rgw: allow disabling bucket stats on head bucketSeena Fallah2024-12-131-5/+7
* | | | Merge pull request #59808 from yuvalif/wip-yuval-bucket-logging3Yuval Lifshitz2024-12-101-17/+43
|\ \ \ \
| * | | | rgw/logging: add support for GetBucketLogging and PutBucketLoggingYuval Lifshitz2024-12-081-17/+43
| | |/ / | |/| |
* | | | Merge pull request #60151 from shreyanshjain7174/wip-skoduri-cloud-restoreSoumya Koduri2024-12-031-31/+28
|\ \ \ \
| * | | | rgw/restore: Fixed status codes and response headersshreyanshjain71742024-10-131-31/+28
| | |/ / | |/| |
* | | | Merge pull request #60254 from clwluvw/zonegroups-createbucketShilpa Jagannath2024-12-031-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | rgw: send self zonegroup on forward to masterSeena Fallah2024-11-221-1/+1
| |/ /
* / / rgw_cksum: treat mpu checksums w/o part count as valid in CompleteMultipartMatt Benjamin2024-10-141-3/+15
|/ /
* | RGW: Cloud Restore cli and its corresponding response for user.shreyanshjain71742024-10-031-0/+67
* | cloud restore: completing read throughJiffin Tony Thottan2024-10-031-29/+120
|/
* Merge pull request #58082 from jzhu116-bloomberg/wip-66516Casey Bodley2024-09-091-13/+48
|\
| * rgw/multipart: use cls_version to avoid racing between part upload and multip...Jane Zhu2024-08-231-13/+48
* | Merge pull request #59172 from clwluvw/enoent-loglevelCasey Bodley2024-08-261-3/+3
|\ \
| * | rgw: increase log level for enoent caused by clientsSeena Fallah2024-08-121-3/+3
* | | rgw: load copy source bucket attrs in putobjSeena Fallah2024-08-161-3/+3
| |/ |/|
* | Merge pull request #58448 from cbodley/wip-rgw-lc-asyncCasey Bodley2024-08-141-2/+4
|\ \
| * | rgw/sal: add dpp and optional_yield to lifecycle opsCasey Bodley2024-07-231-2/+4
* | | rgw: revert account-related changes to get_iam_policy_from_attr()Casey Bodley2024-08-121-13/+11
| |/ |/|
* | Merge pull request #58798 from cbodley/wip-common-async-spawn-throttle-spawnCasey Bodley2024-07-261-4/+3
|\ \
| * | common/async: spawn_throttle wraps call to asio::spawn()Casey Bodley2024-07-241-4/+3
| |/
* | Merge pull request #58046 from hualongfeng/wip_qat_zlib_data_formatCasey Bodley2024-07-261-0/+1
|\ \
| * | rgw: fixup compressor_message didn't store in some caseshualong feng2024-07-191-0/+1
* | | rgw: add support sse-c to bucket policy conditionsSeena Fallah2024-07-191-0/+6
| |/ |/|
* | rgw_cksum: address review commentsMatt Benjamin2024-07-031-49/+55
* | rgw_cksum: implement POST upload checksumsMatt Benjamin2024-07-031-6/+49
* | rgw_cksum: upload->get_info() fails when !cksum (why?)Matt Benjamin2024-07-031-4/+6
* | rgw_cksum: multipart upload checksumsMatt Benjamin2024-07-031-22/+203
* | rgw: add checksum and digest machineryMatt Benjamin2024-07-031-2/+51
* | Merge pull request #57060 from awojno-bloomberg/wip-awojno-status-headerCasey Bodley2024-07-031-10/+46
|\ \ | |/ |/|