-
Notifications
You must be signed in to change notification settings - Fork 472
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
feat(layers/mime-guess): add a layer that can automatically set Content-Type
based on the extension in the path.
#4912
Conversation
…ent-Type` based on the extension in the path.
Thanks for the review. I will go and make the modifications mentioned. |
All modifications have been completed! I feel like we can merge now. Or you can also take a look and see if there are any other issues? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot. Welcome to become opendal contributor!
Oops... I forgot to update the |
Welcome to submit a new PR! |
Which issue does this PR close?
Closes #4902 .
What changes are included in this PR?
Added a Feature Flag:
layers-mime-guess
And a Layer type:
MimeGuessLayer