Show HN: Tunneling Through S3 Buckets(github.com) I've just finished a major upgrade to enable tunneling over more file systems: https://github.com/fiddyschmitt/File-Tunnel/wiki The most popular feature request was to tunnel over S3 buckets. I was surprised it worked. The latency is high (3 seconds) but the bandwidth is high enough to stream a 1080p video from YouTube. Overall, it has similar performance to internet through geosynchronous satellites. The upgrade took the better part of a year and the trickiest part was catering for the various ways the file systems synchronise. Some are fast, some are picky about open file handles, some require IO operations to be retried. My favourite aspect of File Tunnel is people using it in ways I never anticipated, such as:
I had a lot of fun making this upgrade. I hope someone finds it useful. |
No comments yet