I’m trying to configure a AWS S3 bucket as storage.
I’ve created the bucket and iam user, and after adding the bucket and credentials on groupdocs cloud, the “verify connection” gives me “Invalid connection”
The policy used to connect the iam user with the bucket is the following
{
"Statement": [
{
"Action": [
"s3:*"
],
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::tf-xxxx-groupdocs",
"arn:aws:s3:::tf-xxxx-groupdocs/*"
]
}
],
"Version": "2012-10-17"
}
groupdocs-s3.png (28.5 KB)
I manually tested the access using key+secret and could do upload/download/delete/list
Do the bucket need to be in any specific region? this is created in eu-west-1