We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-ipfs version: 0.4.20- Repo version: 7 System version: amd64/linux Golang version: go1.12.4
bug
Using wild card when adding files to ipfs doesn't work any more. Only the first file is added even if the total size seems to be properly computed:
ipfs add Z* added Qm.... Za.... 362.07 MiB / 14.78 GiB [>--------------------------------------] 2.39% 01m32s
Adding recursively a folder work as expected.
As a work around I moved back to 0.4.19.
The text was updated successfully, but these errors were encountered:
This is #6254, and was fixed in #6255
Sorry, something went wrong.
No branches or pull requests
Version information:
go-ipfs version: 0.4.20-
Repo version: 7
System version: amd64/linux
Golang version: go1.12.4
Type:
bug
Description:
Using wild card when adding files to ipfs doesn't work any more. Only the first file is added even if the total size seems to be properly computed:
ipfs add Z*
added Qm.... Za....
362.07 MiB / 14.78 GiB [>--------------------------------------] 2.39% 01m32s
Adding recursively a folder work as expected.
As a work around I moved back to 0.4.19.
The text was updated successfully, but these errors were encountered: