fog / fog-backblaze

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

Feature/url encoding #18

Closed bnauta closed 4 years ago

bnauta commented 4 years ago

Backblaze explicitly lists how to encode/decode URLs, headers, and query strings.

Note this PR also includes my earlier PR https://github.com/fog/fog-backblaze/pull/17, fixing the token cache. We/I can cherry pick if needed.