Create a torrent file to share with Amazon S3

C

As the final part of my series on stuff you can do with Amazon, I’ve already blogged about how you can share files using amazon S3 and hosting a static website on amazon S3. Now as a final part on what you can do with your FREE amazon web services account is to host a torrent file. A torrent file would allow you to share stuff online, and not pay for the full bandwidth cost of doing it, provided your leechers share the burden as well.

The concept is really simple, Amazon S3 can act as a torrent tracker as well as a storage facility, so it’s an all in one package that ensures that your torrent is tracking and there will be at least 1 tracker 🙂

The first step obviously to upload the file and share it , similar to when you share files on S3. Then it’s just a matter of entering the url of the file on your browser, but append it with a “?torrent”. Then you will immediately begin to download a .torrent file, and your S3 account will immediately track it so you can share the torrent….neat huh?

For example, I’ve the url of one image file on my s3 bucket is:

https://s3-ap-southeast-1.amazonaws.com/keithsbucket/Keith_files/5824968661_c6d1de3c43.jpg

To generate the .torrent file, all I need to do is:

https://s3-ap-southeast-1.amazonaws.com/keithsbucket/Keith_files/5824968661_c6d1de3c43.jpg?torrent

The red-bit of the address is all you need to add. Your web browser should immediately begin to download a .torrent file you can use client to download or share with friends.

So an S3 bucket…more than meets the eye.

 

2 comments

Leave a Reply to TejKiran SharmaCancel reply