felipecrv commented on issue #38618: URL: https://github.com/apache/arrow/issues/38618#issuecomment-1821395227
I don't know exactly what introduced the issue, but from your trace, it's clear that the `DELETE` for `test_dir/sub_dir/` is missing. `test_dir/sub_dir` and `test_dir/sub_dir/` are different object from S3's point of view. It could be that `test_dir/sub_dir/` is present in the listing, but when the request for deletion is sent, the `test_dir/sub_dir` key is used instead. -- 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]
