Hi Saguaros,
The Permission I set is:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "FullAccess",
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::bucketname/*",
"arn:aws:s3:::bucketname"
]
}
]
}
Which is even more then I started with, which was with: only s3:Get*
and s3:Put*
and s3:DeleteObject
to avoid deleting the bucket, etc.
The error I get is: Error
The Amazon Webservice Account that you provided is incorrect. Please check it again!
Hope this helps, please let me know.