Amazon S3 Upload Script Upgrade
Current script ; http://i56.tinypic.com/dgo4qp.png
Based on first link in the list at the end.
Need someone to implement the new amazon S3 feautres;
* Parallel uploads – upload multiple parts of an object in parallel to improve throughput
* Pause – begin uploading parts of an object then stop and wait as long as you like before resuming
* Resume – resume an upload that was paused or one that only partially succeeded
* Unknown size uploads – begin uploading data before you know the total size of the object
The AWS Java, .NET and PHP SDKs have also been updated to support multipart uploads.
(you can use any of these though it needs to retain the same funcionality)
http://docs.amazonwebservices.com/AmazonS3/latest/dev/uploadobjusingmpu.html
I would also like the script more secure so it doesn’t allow the user to get my key.
If it’s possible to make multiple uploads this would be great.
I’d also like it fixed to allow filenames with spaces etc (i believe the second link fixes it..)
A promp to rename if the file already exists would be awesome too 🙂
Also, is it possible to list the files of a bucket? please message.
http://machine-cycle.blogspot.com/2009/12/anonymous-browser-uploads-to-amazon-s3.html
http://www.flajaxian.com/
http://code.google.com/p/s3-directory-browser/
http://articles.sitepoint.com/article/s3-php-part-2/2
http://undesigned.org.za/2007/10/22/amazon-s3-php-class/documentation