- Don't print JSON response on first call to b2_account_id (@brycied00d)
- Use string Hash indexes in put_object instead of symbols (@brycied00d)
- Fix token_cache option (@bnauta)
- Accept Content Disposition headers for auth/download (@bnauta)
- Standardize and test URL encoding calls (@bnauta)
- Read files remotely on demand (@shanecav84)
- Implement copy_object (@shanecav84)
- Add user agent to http calls
- Add support for
connection.options[:headers]
- 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