fog / fog-openstack

Fog for OpenStack Platform
MIT License
68 stars 130 forks source link

File is encoded - content-type header not recognized #501

Open franklindch opened 4 years ago

franklindch commented 4 years ago

Hello,

On our app which allows file upload, the file can't be opened by users as it is encoded. But the file are present in OVH Console. The content-type is passed in params but after upload the file seems not to be recognized anymore.

Any change about the headers passed in the request ?

Thanks a lot, Franklin

nhh commented 4 years ago

Hey Franklin,

did you solve this issue? Would love to hear how.

We are using Carrierwave in combination with fog-openstack. You too?

Best, Niklas