-
Notifications
You must be signed in to change notification settings - Fork 319
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 Content-Type to uploadBlobs
function
#990
Conversation
Fixes Azure#989 by adding content-type awareness to the capture/generate functionality.
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.
Hi Tom, that's a good one! Thanks a lot for your contribution.
Thanks for your contribution @TomBonnerAtTFL! |
Add Content-Type to `uploadBlobs` function (Azure#990)
@TomBonnerAtTFL, in recognition of your contributions, we would like to offer you a small token of appreciation. Could you send us the following details to apimportalfeedback@microsoft.com by Sunday, July 18th?
|
Uses the package
mime-types
to calculate the file extension from the content-type when it downloads blobs, saves that with the extension, then uses the extension to calculate a content-type to upload with. Fixes #989.