mirror of
https://github.com/versity/versitygw.git
synced 2026-02-05 18:00:42 +00:00
Fixes #1757 Fixes #1758 When attempting to delete a non-existing object in a versioning-enabled bucket while specifying a `versionId`, VersityGW previously returned an internal error if the object had a parent file object, and an `InvalidArgument` error if the object did not exist. This PR fixes both behaviors and now returns a successful response that includes the `versionId`.