- Fixes issues with not saving a file content_type as well as bad calls for the fog methods (Thanks @dan)
- method name typo: josn_response?->json_response? (Thanks @MatthiasWinkelmann)
- Change Fog::Storage::Backblaze -> Fog::Backblaze::Storage
- Add support for api keys
- More tests
- Add CHANGELOG.md
- Support IO objects for #put_object
- Support
options[:extra_headers]
for #put_object - Use autoload
- Add #update_bucket
- Always use
::JSON
- Basic functionality