minio-provision.sh 317 B

12345678910111213141516
  1. #!/bin/sh
  2. # Script used to prepare the minio instance that runs as part of the development
  3. # Docker compose cluster.
  4. while ! mc config host add h0 http://minio:3200 test testtest
  5. do
  6. echo "waiting for minio..."
  7. sleep 0.5
  8. done
  9. cd /data
  10. mc mb -p b2-eu-cen
  11. mc mb -p wasabi-eu-central-2-v3
  12. mc mb -p scw-eu-fr-v3