Make Minio Bucket Publicly Readable (Command Line)
To make a Minio bucket publicly readable using the command line, you can use the following command:
mc policy public '<your-bucket-name>'
This command sets the bucket's policy to public, allowing anyone to read its contents. Remember to replace '
原文地址: https://www.cveoy.top/t/topic/ohVs 著作权归作者所有。请勿转载和采集!