Closed stephenmsachs closed 6 days ago
@stephenmsachs I'm getting error MalformedPolicy: Action does not apply to any resource(s) in statement
back from AWS when I try to apply this.
Thanks for testing. I am out of the office for a week now and will have to go look at this after that.
I found the error causing Action does not apply to any resource(s) in statement
. s3:ListBucket
needs to be applied to a bucket, not a key. This setup should work now. I have tested it locally.
Applied :heavy_check_mark:
s3:CopyObjects
ands3:ListObjects
are not registered as IAM s3 actions. Fixes #977