Skip to content

rgw/s3: Always include x-amz-content-sha256 header in AWS v4 signatures #65723

Merged
cbodley merged 1 commit intoceph:mainfrom
mheler:rgw_cloud_transition_header_fix
Oct 10, 2025
Merged

rgw/s3: Always include x-amz-content-sha256 header in AWS v4 signatures #65723
cbodley merged 1 commit intoceph:mainfrom
mheler:rgw_cloud_transition_header_fix

Conversation

@mheler
Copy link
Contributor

@mheler mheler commented Sep 29, 2025

Ensure the x-amz-content-sha256 header is always present and included in AWS v4 signatures, even for unsigned payloads. Some S3-compatible services require this header per the AWS S3 specification.

https://tracker.ceph.com/issues/73315

Contribution Guidelines

  • To sign and title your commits, please refer to Submitting Patches to Ceph.

  • If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.

  • When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an x between the brackets: [x]. Spaces and capitalization matter when checking off items this way.

Checklist

  • Tracker (select at least one)
    • [X ] References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands

You must only issue one Jenkins command per-comment. Jenkins does not understand
comments with more than one command.

…es for S3 compatibility

Signed-off-by: Matthew N. Heler <matthew.heler@hotmail.com>
@mheler mheler requested a review from a team as a code owner September 29, 2025 20:43
@github-actions github-actions bot added the rgw label Sep 29, 2025
@cbodley
Copy link
Contributor

cbodley commented Sep 30, 2025

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

The following tests FAILED:
86 - unittest_ceph_assert (Timeout)

tracked in https://tracker.ceph.com/issues/71243

@cbodley
Copy link
Contributor

cbodley commented Sep 30, 2025

jenkins test make check

@cbodley
Copy link
Contributor

cbodley commented Sep 30, 2025

fyi @soumyakoduri - this fixes the signatures for requests sent by cloud transition

@soumyakoduri
Copy link
Contributor

fyi @soumyakoduri - this fixes the signatures for requests sent by cloud transition

Thanks @cbodley

@anrao19
Copy link
Contributor

anrao19 commented Oct 10, 2025

PR testing completed and approved by @ivancich. Details : https://tracker.ceph.com/issues/73372
@mheler , if no further testing is not needed please let me know if this can be merged

@cbodley
Copy link
Contributor

cbodley commented Oct 10, 2025

Check for missing .qa linksExpected — Waiting for status to be reported

a flaky check.. i'm renaming the pr title as a workaround to make it run again

@cbodley cbodley changed the title rgw/s3: Always include x-amz-content-sha256 header in AWS v4 signatures rgw/s3: Always include x-amz-content-sha256 header in AWS v4 signatures Oct 10, 2025
@cbodley cbodley merged commit 5caea33 into ceph:main Oct 10, 2025
15 of 17 checks passed
@mheler mheler deleted the rgw_cloud_transition_header_fix branch November 21, 2025 12:41
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.

4 participants