No commit activity in last 3 years
No release in over 3 years
Racksapce data store for Dragonfly
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.2

Runtime

~> 1.0
~> 1.28.0
 Project Readme

Dragonfly::FogDataStore

This is shamelessly stolen from https://github.com/markevans/dragonfly-s3_data_store.

Gemfile

gem 'dragonfly-fog_data_store'

Usage

Configuration (remember the require)

require 'dragonfly/fog_data_store'

Dragonfly.app.configure do
# ...

datastore :fog,
container: 'my-container',
username: 'blahblahblah',
api_key: 'blublublublu',
region: 'ord'

# ...
end

Available configuration options

:container
:username
:api_key
:region            # See http://www.rackspace.com/knowledge_center/article/about-regions for options
:storage_headers   # defaults to {}, can be overridden per-write - see below