felipecrv commented on issue #38618:
URL: https://github.com/apache/arrow/issues/38618#issuecomment-1821338528

   > POST /?delete (passing both test_dir/ as test_dir/sub_dir/ as objects to 
delete with a Delete xml object
   > POST /?delete with only the test_dir/sub_dir/ (no idea why this is done a 
second time)
   
   I suspect it's because `test_dir/sub_dir/` as the prefix leads to itself 
appearing in the listing response.
   
   > POST /?delete with specifying test_dir/sub_dir as single object to delete 
(without trailing /, is that the difference?)
   
   Yes, this would be the issue because an empty object with key 
`test_dir/sub_dir/` is created to indicate that the `test_dir/sub_dir` 
directory exists (something that `CreateEmptyDir` will do, so `DeleteDir` has 
to undo.


-- 
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]

Reply via email to