Unixfs symlinks on Gateway
Open
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
Right now the gateway doesn't handle symlinks, it just passes everything that's not a directory to unixfs/io.DagReader, which refuses to work on symlinks.
```
internalWebError: cannot currently read symlinks
```
Needed for the [cdn.media.ccc.de mirror](https://github.com/ipfs/archives/issues/52).
Contributor guide
Assessment
This issue has not been assessed yet.