fix: DeleteObject() API with versionId under replication (#16325)

This commit is contained in:
Harshavardhana
2022-12-28 22:48:33 -08:00
committed by GitHub
parent aa56c6d51d
commit 2937711390
6 changed files with 141 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ unset MINIO_KMS_KES_KEY_NAME
if [ ! -f ./mc ]; then
wget --quiet -O mc https://dl.minio.io/client/mc/release/linux-amd64/mc && \
chmod +x mc
chmod +x mc
fi
minio server --address 127.0.0.1:9001 "http://127.0.0.1:9001/tmp/multisitea/data/disterasure/xl{1...4}" \