Created
June 20, 2021 18:29
-
-
Save kyontan/2b41f9700b80ec379bd020db4a676136 to your computer and use it in GitHub Desktop.
Use AWS CLI to access MinIO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ envchain -s minio AWS_ACCESS_KEY_ID | |
minio.AWS_ACCESS_KEY_ID: XXX | |
$ envchain -s minio AWS_SECRET_ACCESS_KEY | |
minio.AWS_SECRET_ACCESS_KEY: XXX | |
$ envchain minio docker run --rm -it -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY amazon/aws-cli --endpoint-url https://[MinIO Endpoint] s3 ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment