6 lines
146 B
Bash
6 lines
146 B
Bash
|
|
#!/bin/sh
|
||
|
|
./mc config host add myminio http://127.0.0.1:9000 minio 1234567890
|
||
|
|
./mc mb myminio/testbucket2
|
||
|
|
./mc policy public myminio/testbucket2
|
||
|
|
|