I want to create a bucket in Minio via curl, but this fails
curl -X PUT -u "minioroot:miniopassword" "http://localhost:9000/ci-bucket"
The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
I have Minio running in a kind cluster.
How to create a bucket via curl?
I would like to avoid installing the mc command.