fixed marker being saved under wrong key in marker cache

pull/540/head
Szymon Draszkiewicz 2023-07-05 18:55:12 +02:00 zatwierdzone przez Andrew Gaul
rodzic 79e2189184
commit cf4db284a6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1491,7 +1491,7 @@ public class S3ProxyHandler {
StorageMetadata sm = Streams.findLast(set.stream()).orElse(null);
if (sm != null) {
lastKeyToMarker.put(Maps.immutableEntry(containerName,
sm.getName()), nextMarker);
encodeBlob(encodingType, nextMarker)), nextMarker);
}
}
} else {