While running iamlive checking some things I noticed that even when I create a bucket the s3:CreateBucket permission is not being added to the list.
Checking the sample data, it seems that the request check is wrong:
Expects (source):
Documentation (source):
PUT / HTTP/1.1
Host: {{BucketName}}.s3.amazonaws.com
Documentation later mentions "URI parameters" (though it hyperlinks to the Host) but doesn't show up like that in the example. Wondering if someone else is experiencing this.
While running
iamlivechecking some things I noticed that even when I create a bucket thes3:CreateBucketpermission is not being added to the list.Checking the sample data, it seems that the request check is wrong:
Expects (source):
Documentation (source):
Documentation later mentions "URI parameters" (though it hyperlinks to the
Host) but doesn't show up like that in the example. Wondering if someone else is experiencing this.