How to Create and Seed a Torrent Download on Amazon S3
I recently needed to share some open source files via BitTorrent and wanted to host them on my Amazon S3 account. For those of you familiar with S3, here is the short-answer: add ?torrent to the end of the URL of a public-shared file to get the *.torrent file, so the link would be http://s3.amazonaws.com/your_bucket_name/your_file_name?torrent If you’re new to Amazon S3, read on for more info and detailed instructions. Why would you want to distribute a file using BitTorrent? I wanted to do this because, when sharing a file via a torrent, you use less of your Amazon S3 bandwidth and lower your monthly expense.Read More →