nftstorage.link
nftstorage.link copied to clipboard
S3 Exporter / Gateway
A S3 Exporter that will receive requests for a given CID and will look for it into the S3 /complete
namespace. The CAR from S3 will be unpacked and unixfs exported, streaming the actual content out as a response. Part of nftstorage/nftstorage.link#19
Flow
- Read requested CID from S3 /complete namespace
- Unpack CAR, unixfs export it and stream it
Notes
- https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-http-gateway/src/resources/gateway.js
Metrics
TBD