Wasabi policy requirements

Hey! Thank you for the post, this might probably be added to S3 connector configuration.
I noticed that

{
“Effect”: “Allow”,
“Action”: “s3:ListAllMyBuckets”,
“Resource”: “arn:aws:s3:::*”
}

is not needed in most of the cases.
Also, I noticed this is working fine for S3 compatible connector but this is not working (somehow) with Wasabi connector.
When using wasabi connector I need to grant AmazonS3FullAccess policy to my user, otherwise it’s not working. Using S3/Compatible connector works just fine with current setup (and with previously pasted section removed)