Closed (fixed)
Project:
AmazonS3
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2011 at 15:34 UTC
Updated:
8 Nov 2011 at 21:30 UTC
I run a file-heavy site, and I can't pay for enough disk space to host everything I need to on the server where I'm running drupal. I need to host my user-uploaded files entirely outside of my server (ideally on Amazon S3).
Does this module support this kind of functionality, or does it simply copy the files to S3, and redirect downloads there, meaning that all of the files are still on my local server?
Comments
Comment #1
Branndon commentedFrom what little I've used this, I'd say straight to amazon. I don't see the files when I log in via FTP to my server.
Comment #2
honza pobořil commentedHow about migration of local data to S3?
http://drupal.org/node/1319034
Comment #3
geerlingguy commentedThis module does not store a copy on the local file system (as Branndon said). I just tested on my site and found that to be the case. Files are uploaded directly to the S3 bucket. Files that are still on your server, however, will not be deleted if they are pushed up to S3.