We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have experienced similar problems as in this issue: #81
s3:PutBucketPolicy and kms:TagResource are not added to the policy list.
s3:PutBucketPolicy
kms:TagResource
We also use the latest version of iamlive. Is there another flaw in the parsing logic that has been missed?
AWS API documentation for S3 and KMS: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html https://docs.aws.amazon.com/kms/latest/APIReference/API_TagResource.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have experienced similar problems as in this issue: #81
s3:PutBucketPolicy
andkms:TagResource
are not added to the policy list.We also use the latest version of iamlive. Is there another flaw in the parsing logic that has been missed?
AWS API documentation for S3 and KMS:
https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html
https://docs.aws.amazon.com/kms/latest/APIReference/API_TagResource.html
The text was updated successfully, but these errors were encountered: