Cafe137
Cafe137
We had similar efforts a while ago - https://github.com/ethersphere/swarm-cli/pull/301
You can pass arbitrary headers using the `-H` or `--header` flag
These commands are already available: `swarm-cli pinning list` `swarm-cli pinning reupload ` `swarm-cli pinning reupload-all`
@LevilkTheReal For depths
Duplicate of https://github.com/ethersphere/swarm-cli/issues/340
This is a warning related to the supported data size as of milestone 1. Completing milestone 4 would elevate or completely lift this warning.
👍 Dependency: https://github.com/ethersphere/bee/issues/3359
`await this.bee.uploadFile` keeps the socket open to the Bee node, even though the request already errored out. Then I guess it uploads all the data anyway, even though the HTTP...
FYI @AuHau I will be testing this later, but maybe you have already encountered this issue?
Also make sure global error handler sets exit code to 1