Amazon S3 is a reasonably priced data storage service. Ideal for off-site backups, archiving and other data storage needs. Check out our pages about Amazon S3 to find out more.
S3 browser is a server-side PHP application that lets you manage your S3 storage and data in it using a web browser. To use S3 browser you’ll need a web server with direct access to the internet and support for PHP5 scripts. And obviously a web browser too :-)
WARNING
- s3browser is an abandonware – I don’t have any plans to develop it further, release any new versions or keep it up-to-date featurewise with s3cmd . If you like it and it works for you, fine. If it doesn’t do what you need, tough. I now concentrate on s3cmd as the main tool and am keeping s3browser here just for historical reference.
Installation
- Download the package and save it to your web server.
- Either use tar xvfz s3browser-X.Y.Z.tar.gz from the command line or use your favourite archiving tool (e.g. WinZip) to extract files from s3browser-X.Y.Z.tar.gz or s3browser-X.Y.Z.zip package to the webserver folder.
- Browse to http://your-server.com/s3browser-X.Y.Z (use the real URL of course :-) and follow instructions. First a system check will be performed to verify that your web server and PHP meet the minimum requirements and then you’ll be asked to provide your Amazon AWS access key and secret key. To obtain these keys …
- … Go to http://aws.amazon.com/s3 and click the “Sign up for web service” button in the right column. Then work through the registration. You will have to supply your Credit Card details in order to allow Amazon charge you for S3 usage. At the end you should posses your Access and Secret Keys. Return back to your s3browser setup and fill these keys in.
- Enjoy s3browser ;-)
Usage
Hey, it’s a webpage. Use your mouse to click on the links and see what happens :-)




prash wrote:
hi,
i’m trying to download a file whos URL looks something like this…
amazons3/video.DOMAIN.com/course/week1/week-1-video-1.mp4
i got that link from the source-code…
<script type=“text/javascript”> var so = new SWFObject(’/flashfiles/player.swf’,‘mpl’,‘460px’,‘327px’,‘9’); so.addParam(‘flashvars’,’&file=amazons3/video.arbitrageconspisracy.com/course/week1/week-1-video-1.mp4(’/flashfiles/expressinstall.swf’); so.write(‘video1’); </script>i’m not able to download that video file because when i try to download it, it says file doesnt exist.
i just did a couple search on google and found that amazons3 is somekinda new technology.
just wondering if i can download that file using some downloader which automatically determines the download location for that video?
PS: that video plays on the webpage. but when i try to download it says, no file!
(28 March 2009, 12:05 · #)