You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2021/04/14 07:39:26 UTC

[incubator-datalab] branch master updated: Fixed AWS IAM role in README.md

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/master by this push:
     new 9475bd6  Fixed AWS IAM role in README.md
9475bd6 is described below

commit 9475bd642399c275f84f8b9252927b4d87b76fd6
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Wed Apr 14 10:39:16 2021 +0300

    Fixed AWS IAM role in README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0d9202b..0b6eea4 100644
--- a/README.md
+++ b/README.md
@@ -416,7 +416,7 @@ DLab can be deployed using the following two methods:
                 "s3:DeleteObject",
                 "s3:GetObject",
                 "s3:ListBucket",
-                "s3:PutEncryptionConfiguration"
+                "s3:PutEncryptionConfiguration",
                 "s3:ListAllMyBuckets",
                 "s3:CreateBucket",
                 "s3:PutBucketTagging",

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org