V
V
Vlad2011-03-24 11:02:44
PHP
Vlad, 2011-03-24 11:02:44

Amazon file uploader (S3 storage)?

Greetings.
Comrades, please tell me a file uploader on Amazon S3 (PHP + JS), in which one could directly track the upload process.
I did it through intermediate storage on my server via swf uploader and curl (that is, the process of uploading to my server is not a problem to track, but transferring to Amazon is a problem). I would like to do it without intermediate storage, preferably without showing the name of the bouquet and the secret key (I found one).
Or prompt, please, in what direction to dig.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
AlexeyK, 2011-03-24
@AlexeyK

There are ready-made solutions based on uploadify, google for "amazon s3 direct upload" so as not to play a broken phone

L
Lachezis, 2011-04-27
@Lachezis

I wrote my own opaque loader for storages in Amazon S3, Rackspace cloudFiles, FTP and local. Very easy to expand for any external API storage.
The general idea is that you can move files without thinking at all what is happening to them, you just change the container, and the file itself is transferred to where you need it.
Supports: upload, rename, replace, delete, isExists, objectSize and moving a file between non-local storages without additional curtsy.
The system is verified, it has already passed about 4TB of data through itself (Amazon EC2 -> EC3), there is a download verification system.
If there is a need, write to the PM (so far only by personal agreement), I think then post the article on Habr, but for this you need to unhook the component from the framework.

B
Britannic, 2011-03-24
@Britannic

Filled with WinSCP
PS I hope that I understood your question correctly

G
g00d, 2011-03-24
@g00d

Do you want to use Amazon as a CDN? isn't the size of the hard drive expensive there?
share information :) thanks.

F
for93t, 2011-03-24
@for93t

s3.amazonaws.com/s3fm/index.html

O
odiszapc, 2011-04-27
@odiszapc

Does the Amazon API allow access from JS? No, I just don't know, the upload goes through REST and SOAP.
And yes, it's not safe at all. The code that controls the download knows the secret key. And how will you control who downloaded and how much? Why do you need direct download?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question