Uploading or writing to files contained within s3
Posted
by Chase
on Stack Overflow
See other posts from Stack Overflow
or by Chase
Published on 2010-06-14T22:28:24Z
Indexed on
2010/06/14
22:32 UTC
Read the original article
Hit count: 189
We have a widget that needs to be hosted on s3 due to a bunch of hoopla that isn't relevant to the issue. I'd explain if it was worth the time. Problem is it calls an external XML file for part of its content. The XML file is accessible if it is local on s3 but I cannot get my php file to write to it on s3. The widget could also be useful if I could access the xml file elsewhere but s3 does not seem to permit this.
Suggestions?
Here's the error I'm getting when trying to write to S3.
[function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections.
© Stack Overflow or respective owner