rustyprimus opened a new pull request, #733: URL: https://github.com/apache/arrow-rs-object-store/pull/733
Closes #277 AWS S3 can return HTTP 200 with a SlowDown or InternalError XML body for DeleteObjects requests. The retry logic already handles this via body_contains_error() when retry_error_body is set, and other requests (copy_part, complete_multipart) already use this flag. bulk_delete_request was missing it, causing throttling errors to surface instead of being retried. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
