Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mime.type for yaml #991

Merged
merged 1 commit into from
Nov 16, 2022
Merged

Add mime.type for yaml #991

merged 1 commit into from
Nov 16, 2022

Conversation

fsouza
Copy link
Owner

@fsouza fsouza commented Nov 16, 2022

According to
https://www.ietf.org/archive/id/draft-ietf-httpapi-yaml-mediatypes-00.html, we should be using application/yaml, but since GCS uses application/x-yaml, and we emulate GCS, we stick to what GCS' behavior.

Closes #990.

According to
https://www.ietf.org/archive/id/draft-ietf-httpapi-yaml-mediatypes-00.html,
we should be using `application/yaml`, but since GCS uses
application/x-yaml, and we emulate GCS, we stick to what GCS' behavior.

Closes #990.
@fsouza fsouza merged commit a0bc438 into main Nov 16, 2022
@fsouza fsouza deleted the add-mime-type-for-yaml branch November 16, 2022 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

contentType not returned for yaml files
1 participant