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

feita há um ano350 visualizações
1 Resposta
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
ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas