Skip to content

rgw/s3: fix PutObject's canned_acl comparisons for BlockPublicAcls#64290

Merged
cbodley merged 1 commit intoceph:mainfrom
cbodley:wip-49135
Jul 10, 2025
Merged

rgw/s3: fix PutObject's canned_acl comparisons for BlockPublicAcls#64290
cbodley merged 1 commit intoceph:mainfrom
cbodley:wip-49135

Conversation

@cbodley
Copy link
Copy Markdown
Contributor

@cbodley cbodley commented Jul 1, 2025

canned_acl.compare() returns 0 for matches, so this was rejecting all canned acls

Fixes: https://tracker.ceph.com/issues/49135

Show available Jenkins commands

canned_acl.compare() returns 0 for matches, so this was rejecting all canned acls

Fixes: https://tracker.ceph.com/issues/49135

Signed-off-by: Casey Bodley <cbodley@redhat.com>
@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jul 1, 2025

test case in ceph/s3-tests#668

fails against main with:

botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the PutObject operation: None

and passes against this pr

@cbodley cbodley requested a review from theanalyst July 1, 2025 15:13
@adamemerson
Copy link
Copy Markdown
Contributor

jenkins test make check

@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jul 3, 2025

https://jenkins.ceph.com/job/ceph-pull-requests/162016/

The following tests FAILED:
263 - unittest_rbd_mirror (Failed)

opened https://tracker.ceph.com/issues/71968

@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jul 3, 2025

https://jenkins.ceph.com/job/ceph-pull-requests-arm64/76744/

The following tests FAILED:
233 - unittest_ceph_immutable_obj_cache (Timeout)

opened https://tracker.ceph.com/issues/71969

@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jul 3, 2025

jenkins test make check arm64

@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jul 3, 2025

@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jul 9, 2025

https://jenkins.ceph.com/job/preserve-adarsha-ceph-pull-requests/8/

The following tests FAILED:
86 - unittest_ceph_assert (Timeout)

commented on https://tracker.ceph.com/issues/71243

@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jul 9, 2025

jenkins test make check

@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jul 9, 2025

@cbodley cbodley merged commit 6db0369 into ceph:main Jul 10, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants