|
|
@@ -2298,7 +2298,7 @@ public abstract class BlobStoreRepository extends AbstractLifecycleComponent imp
|
|
|
final String partName = fileInfo.partName(i);
|
|
|
logger.trace(() ->
|
|
|
new ParameterizedMessage("[{}] Writing [{}] to [{}]", metadata.name(), partName, shardContainer.path()));
|
|
|
- shardContainer.writeBlob(partName, inputStream, partBytes, true);
|
|
|
+ shardContainer.writeBlob(partName, inputStream, partBytes, false);
|
|
|
}
|
|
|
Store.verify(indexInput);
|
|
|
snapshotStatus.addProcessedFile(fileInfo.length());
|