Will there be development of an rc admin subcommand? If so, when can it be developed?
Are there any alternative solutions at present? Using the awscurl command for calls has many issues, such as:
environments:
rustfs git tag : 1.0.0-alpha.80
awscurl -X POST "http://127.0.0.1:9000/rustfs/admin/v3/rebalance/start"
--access_key admin
--secret_key xxx
--service s3
The command above repeatedly reports: NotImplemented
awscurl -X POST "http://127.0.0.1:9000/rustfs/admin/v3/heal/temp"
--access_key admin
--secret_key xxx
--service s3
-H "Content-Type: application/json"
-d '{
"scan_mode": "normal",
"remove": false,
"recreate": false,
"verify": false
}'
While the command above repeatedly prompts: InvalidRequesterr request body parse