【发布时间】:2017-11-05 18:25:49
【问题描述】:
我正在编写一个应用程序来使用 Amazon Web Services (AWS) 实现离线同步功能
ap-southeast-2:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
我已使用此 JSON 为 Auth 和 Non-Auth 用户设置权限
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"mobileanalytics:PutEvents",
"cognito-sync:*",
"sdb:*"
],
"Resource": [
"*"
]
}
]
}
我错过了什么?
【问题讨论】:
标签: amazon-web-services amazon-s3 aws-sdk