Skip to content

Commit e2da23c

Browse files
authored
Docs: use latest minio client command configuration parameters (#13221)
1 parent d59ea1e commit e2da23c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/docs/spark-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ services:
101101
- AWS_REGION=us-east-1
102102
entrypoint: |
103103
/bin/sh -c "
104-
until (/usr/bin/mc config host add minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
104+
until (/usr/bin/mc alias set minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
105105
/usr/bin/mc rm -r --force minio/warehouse;
106106
/usr/bin/mc mb minio/warehouse;
107107
/usr/bin/mc policy set public minio/warehouse;

0 commit comments

Comments
 (0)