Cannot Stat Root / Cannot list ancestors list for

These are my bucket’s user policies

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "s3:PutObject",
                "s3:GetObject"
            ],
            "Resource": "arn:aws:s3:::ae-pydio/*"
        },
        {
            "Sid": "VisualEditor1",
            "Effect": "Allow",
            "Action": "s3:ListAllMyBuckets",
            "Resource": "*"
        },
        {
            "Sid": "VisualEditor2",
            "Effect": "Allow",
            "Action": "s3:GetBucketLocation",
            "Resource": "arn:aws:s3:::ae-pydio"
        },
        {
            "Sid": "VisualEditor3",
            "Effect": "Allow",
            "Action": "s3:ListBucket",
            "Resource": "arn:aws:s3:::ae-pydio"
        }
    ]
}

(Got hard time to discover the right set)

When resynchronizing the storage, I see Error: {"id":"","code":0,"detail":"Cannot Stat Root: {\"id\":\"bucket.not.found\",\"code\":404,\"detail\":\"cannot find bucket ae-pydio\",\"status\":\"Not Found\"}","status":""} (I only enabled Native etags)

In the workspace, the bucket is listed (and selected).

Anyway, upload and file create fails.
In the logs I see random The specified bucket does not exist but also

  • Cannot list ancestors list for
  • Cannot Stat Root

I don’t want to give Pydio read/write access to all my bucket. Isn’t my policy correct?

Thank you

I added multiple other permissions to the policy and, when re-syncing, I’m still getting:
Cannot Stat Root / bucket.not.found / cannot find bucket ae-pydio.
Why ?
NB: This bucket is clearly visible (along some others) in the list when I edit the storage

Small ping since it’s a blocking issue to pursue my setup and I’ve no other hints and looked around both forum, web and sourcecode.

hi,
Sorry for the delay.
1 - To put things out of the way: testing with a user that would have full s3 access, does this work?
2 - How do you set up the S3 datasource : by clicking on this specific bucket name or with a regexp ?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.