kopia lustrzana https://github.com/gaul/s3proxy
rodzic
34b844fcaf
commit
0613da2fcb
|
@ -1460,8 +1460,11 @@ public class S3ProxyHandler {
|
||||||
isListV2 ? "NextContinuationToken" : "NextMarker",
|
isListV2 ? "NextContinuationToken" : "NextMarker",
|
||||||
encodeBlob(encodingType, nextMarker));
|
encodeBlob(encodingType, nextMarker));
|
||||||
if (Quirks.OPAQUE_MARKERS.contains(blobStoreType)) {
|
if (Quirks.OPAQUE_MARKERS.contains(blobStoreType)) {
|
||||||
lastKeyToMarker.put(Maps.immutableEntry(containerName,
|
StorageMetadata sm = Iterables.getLast(set, null);
|
||||||
Iterables.getLast(set).getName()), nextMarker);
|
if (sm != null) {
|
||||||
|
lastKeyToMarker.put(Maps.immutableEntry(containerName,
|
||||||
|
sm.getName()), nextMarker);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
writeSimpleElement(xml, "IsTruncated", "false");
|
writeSimpleElement(xml, "IsTruncated", "false");
|
||||||
|
|
Ładowanie…
Reference in New Issue