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回答
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ