eu1444
eu1444
I have tried webtorrent-cli (1.12.3 (0.103.0)) and webtorrent-hybrid's CLI (1.12.3 (0.103.0)) and both were unable to download a file from S3. I'm not sure why #979 is locked and closed...
Here is an example link: https://aft-vbi-pds.s3.amazonaws.com/LICENSE?torrent. This is a license in a public data set in S3 (https://registry.opendata.aws/amazon-bin-imagery/). You can see the non-torrent version here: https://aft-vbi-pds.s3.amazonaws.com/LICENSE.
Has there been any movement on this issue? Having the ability to timeout calls seems pretty essential.
I think a timeout for download is important as well.
After talking with @joehand it looks like the issue is that I wasn't waiting for the 'content' event to be emitted from the archive. The README.md might need to be...
Hey @chartgerink, I believe waiting for the content event (https://github.com/mafintosh/hyperdrive/blob/master/index.js#L127) helped but I can't find any documentation of that in the test scripts I kept around so I don't have...
I believe I have found and fixed the problem. I will open a PR. Simply removing the lines discussed above does not fix the issue; it just makes `createReadStream` ignore...