storage manager: add backblaze b2 backend.

This commit is contained in:
evazion
2019-12-10 02:04:32 -06:00
parent 6b165a90f8
commit e4f4326982
3 changed files with 40 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ gem 'builder'
gem 'puma'
gem 'scenic'
gem 'ipaddress'
gem 'fog-core'
gem 'fog-backblaze', require: 'fog/backblaze'
# needed for looser jpeg header compat
gem 'ruby-imagespec', :require => "image_spec", :git => "https://github.com/r888888888/ruby-imagespec.git", :branch => "exif-fixes"