Skip to content

Commit

Permalink
fix: update MinIO bucket policy command to use 'mc anonymous' instead…
Browse files Browse the repository at this point in the history
… of 'mc policy'

Signed-off-by: Louis Labeyrie <labeyrielouis@gmail.com>
  • Loading branch information
Razano26 authored and Nayrode committed Jan 15, 2025
1 parent eae50d3 commit 6589434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ services:
until (mc alias set myminio http://minio:9000 minio password); do echo 'Waiting for MinIO...'; sleep 3; done;
mc mb myminio/iceberg-tables;
mc mb myminio/parquet-files;
mc policy set public myminio/parquet-files;
mc policy set public myminio/iceberg-tables;
mc anonymous set public myminio/parquet-files;
mc anonymous set public myminio/iceberg-tables;
echo 'Buckets created and policies set!';
"

0 comments on commit 6589434

Please sign in to comment.