Skip to content

Commit b6ab37b

Browse files
sgomezvillamorclaude
authored andcommitted
fix(iceberg): update MinIO client commands for compatibility (#13631)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent d66713e commit b6ab37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata-ingestion/tests/integration/iceberg/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ services:
6262
- AWS_REGION=us-east-1
6363
entrypoint: >
6464
/bin/sh -c "
65-
until (/usr/bin/mc config host add minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
65+
until (/usr/bin/mc alias set minio http://minio:9000 admin password) do echo '...waiting...' && sleep 1; done;
6666
/usr/bin/mc rm -r --force minio/warehouse;
6767
/usr/bin/mc mb minio/warehouse;
68-
/usr/bin/mc policy set public minio/warehouse;
68+
/usr/bin/mc anonymous set public minio/warehouse;
6969
exit 0;
7070
"
7171
networks:

0 commit comments

Comments
 (0)