Dragonfly::DreamobjectsDataStore

Dreamobjects data store for use with the Dragonfly gem.

Heavily inspired on Dragonfly::S3DataStore gem

Gemfile

gem 'dragonfly-dreamobjects_data_store'

Usage

Configuration (remember the require)

require 'dragonfly/s3_data_store'

Dragonfly.app.configure do
  # ...

  datastore :dreamobjects,
    bucket_name: 'my-bucket',
    access_key_id: 'blahblahblah',
    secret_access_key: 'blublublublu'

  # ...
end

Available configuration options

:bucket_name
:access_key_id
:secret_access_key
:endpoint  # Dreamobjects Server URL