rgw: add missing content-type for RGWGetBucketLocation#58442
Merged
rgw: add missing content-type for RGWGetBucketLocation#58442
Conversation
GetBucketLocation API is returning an XML as a body so it deserves to have a content-type in the headers. Fixes: https://tracker.ceph.com/issues/66842 Signed-off-by: Seena Fallah <seenafallah@gmail.com>
Contributor
|
from https://jenkins.ceph.com/job/ceph-api/77242/
|
Contributor
|
jenkins test api |
cbodley
approved these changes
Jul 5, 2024
Contributor
|
i opened https://tracker.ceph.com/issues/66843 to add s3test coverage for Content-Type in responses |
Member
NitzanMordhai
pushed a commit
to NitzanMordhai/ceph
that referenced
this pull request
Aug 1, 2024
rgw: add missing content-type for RGWGetBucketLocation Reviewed-by: Casey Bodley <cbodley@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GetBucketLocation API is returning an XML as a body so it deserves to have a content-type in the headers.
Fixes: https://tracker.ceph.com/issues/66842