Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 449 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 449 Bytes

This is a gem for using backblaze with activestorage.

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