You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Common Crawl
Hi, I am using s3 for bucket creation and deletion. I have a retryable mechanism. I am trying to delete a bucket which gives error 503 to the client, but this bucket got an internal issue which ultimately gets resolved internally and bucket gets deleted. When I issue a bucket delete request from the client again, the error returned is no such bucket exists. Does this align with the s3 behavior for bucket deletion?