versity / versitygw

versity s3 gateway
https://www.versity.com/products/versitygw/
Apache License 2.0
169 stars 21 forks source link

fix: Modified DeleteObject error handling to return a successful resp… #847

Closed jonaustin09 closed 3 days ago

jonaustin09 commented 3 days ago

Fixes #834 Fixes #842

Consider the versioning is enabled in the bucket: When attempting to delete a non-existing object without specifying versionId, DeleteObject should return successful response. If versionId is specified and the object version doesn't exist, it should return InvalidVersionId error.