I need help with s3 bucket using ,
my Bucket policy for actions is –>
"Action": [
"s3:GetObject",
"s3:DeleteObject",
"s3:PutObject"
]
getting the objects working fine
putting objects working fine
but when i try to delete object or multiple objects with
s3.deleteObject / s3.deleteObjects i get
Code: 'Access Denied',
Message: 'Access Denied'
as a response
any one has any idea how can i fix that ???
i tried to make the action "s3:*: to include all actions but i still get the same result
i tried to make a new bucket and still get the same results
2
Answers
After debugging I found that AWS added AWSCompromisedKeyQuarantine to the User since the keys were exposed by fault
Make sure you have Delete permission on the content of the bucket as well (
/*
):