nicolasdao / google-cloud-bucket

Nodejs package to manage Google Cloud Buckets and perform CRUD operations against them.
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

fix: Use user provided Content-Type for multipart object upload if provided. #5

Closed amiller-gh closed 4 years ago

amiller-gh commented 4 years ago

Otherwise, multipart form uploads will fail if the content type can not be inferred by file extension.

nicolasdao commented 4 years ago

Thanks, @amiller-gh. You rock.

Stay safe.

Nic

amiller-gh commented 4 years ago

You too! Stay healthy.

amiller-gh commented 4 years ago

👋 @nicolasdao, I may be going crazy, but I just realized that this update didn't seem to make it in to the 0.15.4 release. Can you check again quickly?

nicolasdao commented 4 years ago

You are not crazy @amiller-gh. Your change was merged but I forgot to publish the new version to NPM. I've just done that. Your change is in the latest version (i.e., 0.15.5).

Hope you're well.

Cheers,

Nic