kopia lustrzana https://github.com/gaul/s3proxy
URL encode CommonPrefix when requested
rodzic
7d53dead20
commit
d8546c00ce
|
@ -1320,7 +1320,8 @@ public class S3ProxyHandler {
|
|||
for (String commonPrefix : commonPrefixes) {
|
||||
xml.writeStartElement("CommonPrefixes");
|
||||
|
||||
writeSimpleElement(xml, "Prefix", commonPrefix);
|
||||
writeSimpleElement(xml, "Prefix", encodeBlob(encodingType,
|
||||
commonPrefix));
|
||||
|
||||
xml.writeEndElement();
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue