unmantained-activeadmin-plugins / activeadmin-wysihtml5

MIT License
87 stars 91 forks source link

S3 Storage #10

Closed Rogerio closed 11 years ago

Rogerio commented 11 years ago

How can i set s3 storage for this gem?

Thanks

stefanoverna commented 11 years ago

Not an issue, take a look here: http://markevans.github.io/dragonfly/file.DataStorage.html#S3_datastore

asecondwill commented 10 years ago

is this currently possible?

dragonfly-s3_data_store (~> 1.0.0) ruby depends on dragonfly (~> 1.0) ruby

but actiaveadmin dragonfly s.add_dependency "dragonfly", "0.9.15"

nebirhos commented 10 years ago

See issue #4. EDIT: Sorry I meant issue #4 on activeadmin-dragonfly :)

TL;DR: remove dragonfly-s3_data_store

blackblood commented 9 years ago

I'm using paperclip for handling images and storing them in an aws s3 bucket. How should I configure activeadmin-wysihtml5 to work with paperclip and aws?