fog / fog-backblaze

Integration library for gem fog and Backblaze B2 Cloud Storage
MIT License
19 stars 22 forks source link

Content disposition #19

Closed bnauta closed 4 years ago

bnauta commented 4 years ago

Accepts and formats Content Disposition headers on auth download and download calls.

This allows ActiveStorage, for example, to store an object using a key (ex: https://fXXX.backblazeb2.com/path/UK1CvPM2aVdDS8yizPU1KNdL) while a user may download directly from B2 with the correct filename (ex: content.txt)

Note this PR also includes https://github.com/fog/fog-backblaze/pull/17 and https://github.com/fog/fog-backblaze/pull/18. We/I can cherry pick as needed.

Paxa commented 4 years ago

Thank you! I don't use b2 for my active projects anymore and sorry for taking so long for merging