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:40:20 UTC

[incubator-datalab] branch develop 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 develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


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

commit 3fa88337ac2d089e1e65cdbe21579bd796a8eb0b
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Wed Apr 14 10:40:14 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 33721fb..f04c647 100644
--- a/README.md
+++ b/README.md
@@ -416,7 +416,7 @@ DataLab 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