treat 0-byte objects to honor same quorum as delete marker (#17633)

on unversioned buckets its possible that 0-byte objects
might lose quorum on flaky systems, allow them to be same
as DELETE markers. Since practically speak they have no
content.
This commit is contained in:
Harshavardhana
2023-07-11 21:53:49 -07:00
committed by GitHub
parent f6040dffaf
commit a566bcf613
4 changed files with 13 additions and 7 deletions

View File

@@ -14,9 +14,6 @@ concurrency:
permissions:
contents: read
permissions:
contents: read
jobs:
release:
runs-on: ubuntu-latest