No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
activestorage-backblaze is for using backblaze b2 with activestorage in rails 5.2
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

This is a gem for using backblaze with activestorage.

Note:

Since this was created before backblaze supported S3 apis, this gem was relevant back then. But now you can directly use the S3 endpoints with Backblaze B2 and skip this gem

Readmore: #4

Usage:

gem 'activestorage-backblaze'

Then in your storage.yml, use the following

backblaze:
  service: Backblaze
  bucket_name: <bucket_name>
  bucket_id: <bucket_id>
  key_id: <keyId>
  key_token: <keyToken>

In your environments/production.rb or application.rb (depending on your choice) add the following:

config.active_storage.service = :backblaze

Javascript Usage

Corresponding git repos

https://github.com/jeygeethan/actiontext-backblaze https://github.com/jeygeethan/activestorage-backblaze-javascript

Add this to your package.json

"@jeygeethan/actiontext-backblaze": "^6.1.3-alpha"

This includes the activestorage-backblaze npm package as a dependency. Javascript is needed for direct uploads and use in Trix editor.