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

asked a year ago337 views
1 Answer
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
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions