forked from TrueCloudLab/frostfs-node
[#922] Fix linter issue
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
9916598dfb
commit
f64c48b157
5 changed files with 4 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -259,4 +259,4 @@ env-down:
|
|||
docker volume rm -f frostfs-node_neo-go
|
||||
rm -f ./.cache/.frostfs-ir-state
|
||||
rm -f ./.cache/.frostfs-node-state
|
||||
rm -rf ./.cache/storage
|
||||
rm -rf ./.cache/storage
|
||||
|
|
|
@ -104,7 +104,7 @@ Enter password > <- press ENTER, the is no password for wallet
|
|||
CID: CfPhEuHQ2PRvM4gfBQDC4dWZY3NccovyfcnEdiq2ixju
|
||||
|
||||
./bin/frostfs-cli object put -r 127.0.0.1:8080 --wallet ./dev/wallet.json --file README.md --cid CfPhEuHQ2PRvM4gfBQDC4dWZY3NccovyfcnEdiq2ixju
|
||||
Enter password >
|
||||
Enter password >
|
||||
4300 / 4300 [===========================================================================================================================================================================================================] 100.00% 0s
|
||||
[README.md] Object successfully stored
|
||||
OID: 78sohnudVMnPsczXqsTUcvezosan2YDNVZwDE8Kq5YwU
|
||||
|
|
|
@ -86,4 +86,4 @@
|
|||
"stopAll": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
"detail": "Down debug environment"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -66,4 +66,3 @@
|
|||
"Tokens": null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue