mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 04:06:23 +00:00
Fixes #1181 `DeleteObjects` should remove non-empty directory objects, which has been uploaded as a separate object. e.g Upload -> `foo/bar` Upload -> `foo/` Delete -> `foo/` The last action call should succeed. The PR introduces changes which removes `ETag` from the directory object attempting to `delete`, which has been uploaded as a separate object.