From 8d02b73a3bfe89832173a53b0bdd4f7534841e3d Mon Sep 17 00:00:00 2001 From: David Cardoso Date: Wed, 4 Dec 2019 15:40:01 -0300 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf5f523..28e4238 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Amazon Linux docker image with `aws-cli` installed. docker run -it \ -v $HOME/.aws:/root/.aws \ -e AWS_PROFILE= \ -memeddev/docker-aws-cli:0.2.0 aws s3 ls +memeddev/docker-aws-cli:0.3.0 aws s3 ls ``` > For security reasons, the image does not contains AWS Credentials. Therefore, user must pass `$HOME/.aws` as volume, and `-e AWS_PROFILE=` to have access to AWS API. @@ -25,7 +25,7 @@ memeddev/docker-aws-cli:0.2.0 aws s3 ls docker run -it \ -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \ -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \ -memeddev/docker-aws-cli:0.2.0 aws s3 ls +memeddev/docker-aws-cli:0.3.0 aws s3 ls ``` -> More information about authentication at [AWS CLI Docs](https://docs.aws.amazon.com/pt_br/cli/latest/userguide/cli-chap-configure.html). \ No newline at end of file +> More information about authentication at [AWS CLI Docs](https://docs.aws.amazon.com/pt_br/cli/latest/userguide/cli-chap-configure.html).