summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/cloudtier: Restore object from cloud endpointSoumya Koduri2024-10-031-0/+6
* cls/rgw: duplicate reshard checks in all cls_rgw write operationsCasey Bodley2024-09-051-1/+1
* rgw_cksum: address review commentsMatt Benjamin2024-07-031-11/+1
* rgw_cksum: multipart upload checksumsMatt Benjamin2024-07-031-6/+23
* rgw: add checksum and digest machineryMatt Benjamin2024-07-031-56/+9
* rgw/account: add bucket_quota to RGWAccountInfoCasey Bodley2024-04-181-2/+7
* rgw/pubsub: add ERR_AUTHORIZATION -> AuthorizationErrorCasey Bodley2024-04-101-0/+1
* rgw/auth: rgw_common.h exposes evaluate_iam_policies()Casey Bodley2024-04-101-0/+10
* rgw/auth: object ops use new verify_bucket_permission() overloadCasey Bodley2024-04-101-7/+0
* rgw/auth: add verify_bucket_permission() overload for custom arnCasey Bodley2024-04-101-2/+5
* rgw/auth: replace uses of verify_bucket_owner_or_policy()Casey Bodley2024-04-101-2/+0
* rgw: rename iam_user_policies to iam_identity_policiesCasey Bodley2024-04-101-1/+1
* rgw/sal: add backend interfaces for group metadataCasey Bodley2024-04-101-0/+5
* rgw: add struct RGWGroupInfoCasey Bodley2024-04-101-0/+34
* rgw/iam: AttachUserPolicy adds managed user policyCasey Bodley2024-04-101-0/+1
* rgw: add generic evaluate_iam_policies()Casey Bodley2024-04-101-2/+2
* rgw/rest: wrap iam/sns/sts Error responses with ErrorResponseCasey Bodley2024-04-101-1/+10
* rgw/iam: add iam user metadata (path, create_date, tags)Casey Bodley2024-04-101-0/+11
* rgw: add RGWIdentityType::TYPE_ROOT for account root userCasey Bodley2024-04-101-4/+3
* rgw: use rgw_owner in RGWBucketInfoCasey Bodley2024-04-101-1/+1
* rgw: use rgw_owner in RGWBucketEntryPointCasey Bodley2024-04-101-5/+15
* rgw: add /admin/account rest apisCasey Bodley2024-04-101-0/+1
* rgw: add account_id to RGWUserInfoCasey Bodley2024-04-101-2/+7
* rgw: add struct RGWAccountInfoCasey Bodley2024-04-101-0/+59
* rgw/auth: initialize s->owner in Strategy::apply()Casey Bodley2024-04-101-0/+1
* Merge pull request #56044 from pr0ton11/rgw-disable-signature-urlCasey Bodley2024-03-201-0/+1
|\
| * rgw: allow user disabling presigned urls in rgw configurationMarc Singer2024-03-071-0/+1
* | Merge pull request #55503 from smanjara/wip-x-amz-replicated-atCasey Bodley2024-03-151-0/+1
|\ \
| * | rgw/multisite: add x-amx-replicated-at header to replicated objectsShilpa Jagannath2024-02-131-0/+1
* | | Merge pull request #55657 from ceph/wip-rgw-meta-topicCasey Bodley2024-03-081-0/+2
|\ \ \ | |_|/ |/| |
| * | rgw/multisite-notification: Add support to replicate bucket notifications in ...kchheda32024-03-051-0/+2
* | | Merge pull request #55652 from clwluvw/rgw-blockaccesspublicCasey Bodley2024-03-071-0/+1
|\ \ \ | |/ / |/| |
| * | rgw: return 404 on no bucket public access blockSeena Fallah2024-02-201-0/+1
* | | src/rgw: fix for the multipart interface in the WORM functiondaijufang2024-02-291-2/+20
|/ /
* | Merge pull request #54554 from clwluvw/s3select-usageCasey Bodley2024-02-191-0/+1
|\ \
| * | rgw: add s3select usage to log usageSeena Fallah2023-11-181-0/+1
* | | rgw: cumulatively fix 6 AWS SigV4 request failure casesMatt Benjamin2024-02-131-1/+15
* | | rgw/auth: correcting the error message to indicatePritha Srivastava2024-02-051-0/+1
| |/ |/|
* | rgw/common: rgw_bl_str(bl) avoids bl.c_str()Casey Bodley2024-01-121-6/+7
* | Merge branch 'main' into rgw-devqiuxinyidian2023-12-211-34/+51
|\ \
| * \ Merge pull request #52276 from vedanshbhartia/coverity_1523402Yuval Lifshitz2023-12-171-0/+6
| |\ \
| | * | rgw: Add a wrapper for librados::AioCompletion to prevent memory leaksVedansh Bhartia2023-10-091-0/+6
| * | | rgw/acl: req_state stores ACLs by value instead of unique_ptrCasey Bodley2023-11-301-21/+21
| * | | rgw/acl/s3: create_policy_from_headers() as free functionCasey Bodley2023-11-301-2/+2
| * | | rgw: fix spelling errorsJosh Soref2023-11-271-3/+3
| * | | rgw/swift: convert underscores to hyphens in swift user metadata namesJane Zhu2023-11-231-5/+3
| * | | rgw/swift: preserve dashes/underscores in swift user metadata namesJane Zhu2023-11-231-0/+2
| | |/ | |/|
| * | rgw: forward_request takes const req_infoCasey Bodley2023-11-071-1/+1
| * | tracing/osd/rgw: using jspan as alias to opentelemetry::SpanYuval Lifshitz2023-10-121-2/+2
| * | Merge pull request #51071 from ivancich/wip-versioned-reindexJ. Eric Ivancich2023-09-071-2/+2
| |\ \