Amazon S3 Module?
esend7881 - May 14, 2009 - 23:47
I can't seem to find solid info on this..
Is there a module that will allow Drupal in integrate with Amazon S3 for all uploads? That is, if I use filefields or the upload module, is there a method out there that will cause files to be uploaded to my Amazon S3 server instead of the files folder?
Thanks!

I'm looking for this also and
I'm looking for this also and all I can find is discussions about it
Same here. There's the Media
Same here. There's the Media Mover module (http://drupal.org/project/media_mover) that uses S3 for media backup, but I'd like a more generalised solution for any files, kind of like the DropBox module.
______________________
Dominik Lukes
http://www.dominiklukes.net
http://www.hermeneuticheretic.net
http://www.czechupdate.com
http://www.techwillow.com
there are 2 cases: 1. your
there are 2 cases:
1. your (or site assistant) upload the flv to S3. and user may watch the Flv's on your drupal web site.
2. users upload Flv from your drupal site to S3. Other users watch the Flv's in your drupal.
what's your case?
We go the drupal way. How about you?
http://www.drupalway.com
I was thinking it would all
I was thinking it would all be in the backend.
So I (or some content manager) creates a node and uploads MP3s and ZIP files in the node creation process.
Then, after they click submit, Drupal puts those MP3s and ZIP files in the corresponding amazon S3 file storage place (instead of the /files folder).
Then, when an end user comes to download or listen to the MP3/ZIP files, they actually download them from the Amazon server.
bump...
bump...
fantastic
this functionality would be fantastic! please update if anyone finds it.
Check out this module http://drupal.org/project/amazon_s3
Check out this module http://drupal.org/project/amazon_s3.
I am looking for this also
It would be awesome to have a settings page where you just select amazon s3 as your file storage, plug in your settings and away you go. I don't know if this can be accomplished hooking into the existing drupal core api or if it would have to be modified for this to work. I read the amazon_s3 module page and it doesn't sound like that's the same thing.
It would be awesome to essentially have infinite storage for your drupal application and would make the website more portable as well.