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

posta un anno fa350 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande