Cloudydict

Cloud file storage for humans

View the Project on GitHub wnyc/cloudydict

cloudydict

Django

Cloudydict comes with a Django Storage Server. To free yourself from using your local file system to service content, just make the following small changes to your settings file:



DEFAULT_FILE_STORAGE = 'cloudydict.django_storage.StorageFromSettings'

CLOUDYDICT_STORAGE_SERVER_SECRETS = ('service:container', ... credentials ... ) 

# For S3 this would looke like
CLOUDYDICT_STORAGE_SERVER_OPTIONS_SECRET = ('s3:blab-blab', <aws user>, <aws secret key>)