Active
Project:
Save to FTP
Version:
7.x-1.0
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2011 at 18:37 UTC
Updated:
2 Jan 2012 at 07:09 UTC
Jump to comment: Most recent
As of recently (see http://aws.typepad.com/aws/2011/02/host-your-static-website-on-amazon-s3...) AWS S3 can behave as a HTML web server.
What about an ability of pushing an entire Drupal website into HTML format and serve the converted pages directly from S3?
Comments
Comment #1
coderintherye commentedThis is an interesting idea. There is no technical limitation to treating the Amazon S3 server the same as a FTP server, and I should be able to use file wrappers for it, possibly using http://drupal.org/project/s3_api
So in short, sure, I'll give this a shot.
Comment #2
coderintherye commentedTargeting this at 7.x and can backport to 6.x.
This could happen quicker with some sponsorship.
Comment #3
tcibah commentedwhat is the target date for D7 S3 support?
Will co-sponsorship (a relatively small donation) help getting the target date closer? weeks from now?
Comment #4
coderintherye commentedUnsponsored, I'd say the target date is mid next year sometime.
Sponsored, maybe January.
Comment #5
beautifulmindI'm trying to achieve something similar and will share my work here.
Regards.
Comment #6
sohail.aslam@gmail.com commentedOne option could be to use s3fs to mount S3 bucket as a file system and use that as the destination ftp directory.