Automatically sync files from Amazon WorkDocs to Amazon S3

0

Hi Team,

I'm following this amazing tutorial and I'm blocked in step 7: Setting up the WorkDocs notification .How I can enable this notification if in my Workdocs screen this option is not showing?

Regards, Luiz Lai

已提問 1 年前檢視次數 350 次
1 個回答
0

Are the policies listed in the following documents attached to the IAM users, etc. you are operating?
https://docs.aws.amazon.com/workdocs/latest/developerguide/manage-notifications.html

{
    "Version": "2012-10-17",
    "Statement": [
        {
        "Effect": "Allow",
        "Action": [
            "workdocs:CreateNotificationSubscription",
            "workdocs:DeleteNotificationSubscription",
            "workdocs:DescribeNotificationSubscriptions"
            ],
        "Resource": "*"
        }
    ]
}
profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南