-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
S3 bucket resources retry delete on conflicting conditional operation
errors
#33531
Conversation
…al operation is currently in progress against this resource'.
Community NoteVoting for Prioritization
For Submitters
|
conflicting conditional operation
errorsconflicting conditional operation
errors
This functionality has been released in v5.18.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Adds the missing AWS SDK for Go v2 retrier for the S3 service to handle
OperationAborted: A conflicting conditional operation is currently in progress against this resource
errors.We have started to see this in CI tests:
Relations
Closes #33478.
Relates #7628.
Relates #12949.
Output from Acceptance Testing