Include KeyCount in List V2 responses

Found via s3-tests.
pull/311/head
Andrew Gaul 2019-07-02 14:55:47 -07:00
rodzic 30b8677831
commit 7b1c46fb65
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1410,6 +1410,9 @@ public class S3ProxyHandler {
encodingType, prefix));
}
if (isListV2) {
writeSimpleElement(xml, "KeyCount", String.valueOf(set.size()));
}
writeSimpleElement(xml, "MaxKeys", String.valueOf(maxKeys));
if (!isListV2) {