Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

SS3 and Amazon S3


Go to End


2 Posts   3107 Views

Avatar
jasonsypolt

Community Member, 5 Posts

2 August 2012 at 12:38pm

Hello, I'm working on a SilverStripe 3 site and would like to store images and files on S3 so that I can scale my site across several EC2 instances. In the past on 2.4.7 sites I had used the Uploadify module to do this, but it doesn't seem to work with SilverStripe 3 because of the framework and datamodel changes. Is there any sort of support for S3 built in to SilverStripe 3 for this, or a module that supports S3 as a storage option?

Avatar
odraska

Community Member, 2 Posts

7 November 2012 at 2:36am

Hi,
we are using many amazon services. We have cluster of servers with EC2 instances and on each instance we mount S3 storage as a external drive.
We are using s3fs
su -c "/usr/bin/s3fs aws_bucket local_dir -odefault_acl=public-read -oallow_other -ouse_cache=cache_dir" user_name

than you can use S3 as local drive(directory)

Fuse can download:
http://code.google.com/p/s3fs/
http://aws.amazon.com/customerapps/3814460384379685