Skip to content

Commit 51c4069

Browse files
committed
restore multipart
1 parent 4a0c237 commit 51c4069

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/repository-s3/src/main/java/org/elasticsearch/repositories/s3/S3BlobContainer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,6 @@ void executeMultipartUpload(
547547
long bytesCount = 0;
548548
for (int i = 1; i <= nbParts; i++) {
549549
final boolean lastPart = i == nbParts;
550-
// XXX
551-
md5s[i][0] = (byte) ~md5s[i][0];
552550
final UploadPartRequest uploadRequest = createPartUploadRequest(
553551
purpose,
554552
input,

0 commit comments

Comments
 (0)