Tagged Questions

1
vote
1answer
22 views

Amazon S3 POST upload (from iPhone)

A bit of background: I am building an iPhone app with a complementary server backend (written in Rails or possibly Sinatra, but probably not relevant for this discussion). Part of …
2
votes
2answers
72 views

What is the estimated S3 file loss percentage

I am trying to communicate to a client the likely-hood of losing files in S3. I would also like to know if it is possible to lose an entire bucket from S3. So, I would like to kn …
0
votes
0answers
43 views

Using Uploadify to POST Directly to Amazon S3

Can anyone tell me how to use Uploadify to upload directly to Amazon S3? My code is as follows: $('#fileInput').uploadify({ 'fileDataName' : 'file', 'uploader' : …
0
votes
1answer
46 views

MIgrating data from EC2 to S3?

I am running a Rails app using Paperclip to take care of file attachments and image resizing, etc. The app is currently hosted on EngineYard cloud, and all attachments are stored i …
0
votes
1answer
32 views

getting global s3 bucket name while using paperclip in rails

This is probably a silly question, but is there a way I can pull out the root bucket name out of the YML s3 file I have? Other tutorials I've seen just assume that the buckets are …
0
votes
0answers
34 views

Amazon S3 - Posting form using html and PHP content-disposition problem

I am having trouble putting files onto my S3 account using http post. Everything is working great, but I want the key and filename to be different. I'm specifying the key just fine …
1
vote
3answers
137 views

free alternative to amazon S3

Hi, I'm looking for an online simple storage service like Amazon's that is free. It doesnt have to be that reliable, fast or well documented. It can also be a "free" version, lik …
0
votes
0answers
20 views

Amazon S3 examples using WSDL and DevPay in C#

I'm hoping to find a simple example of using S3 with its WSDL interface and DevPay. I'm I pushing a rope in using WSDL? thanks! -CG