Can't Delete Objects? #3580
-
This has been beaten to death, but I am genuinely confused. I am trying to use boto3 to delete objects and all of their versions. Here is my script:
For context, I can successfully upload into the bucket. I have tried setting Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi @mexicantexan, thanks for reaching out. Could you please attach debug logs of a run of your script? You can get debug logs by adding |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I feel dumb, looking closer at the target user, there was a policy that I had not attached to the user called |
Beta Was this translation helpful? Give feedback.
I feel dumb, looking closer at the target user, there was a policy that I had not attached to the user called
AWSCompromisedKeyQuarantineV2
, I think this was automatically applied?? After setting up a new key, everything is working properly. Thanks @RyanFitzSimmonsAK for your patience and help on all of this!