bee-js
bee-js copied to clipboard
Throw error if an entry is too long for the tar archive format used by Bee
Swarm-CLI: https://github.com/ethersphere/swarm-cli/issues/250 Bee: https://github.com/ethersphere/bee/issues/2542
- Figure out what tar format Bee is using
- Check in bee-js if the data to be uploaded contains any invalid entries for that specific tar spec
- Throw human friendly error
Well, honestly I would like to remove usage of Tar for directory upload as you can see in the #416
Unfortunately, it is currently blocked as Bee does not allow nested directory upload using multipart upload as you can see https://github.com/ethersphere/bee/issues/2578