7912 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » SS3 and Amazon S3
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 645 Views |
-
SS3 and Amazon S3

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?
-
Re: SS3 and Amazon S3

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_namethan you can use S3 as local drive(directory)
Fuse can download:
http://code.google.com/p/s3fs/
http://aws.amazon.com/customerapps/3814460384379685
| 645 Views | ||
|
Page:
1
|
Go to Top |


