kopia lustrzana https://github.com/gaul/s3proxy
rodzic
5b5e9877b9
commit
7dff664c17
|
@ -730,6 +730,9 @@ final class S3ProxyHandler extends AbstractHandler {
|
|||
xml.writeStartElement("CommonPrefixes");
|
||||
|
||||
xml.writeStartElement("Prefix");
|
||||
if (prefix != null) {
|
||||
xml.writeCharacters(prefix);
|
||||
}
|
||||
xml.writeCharacters(commonPrefix);
|
||||
if (delimiter != null) {
|
||||
xml.writeCharacters(delimiter);
|
||||
|
|
Ładowanie…
Reference in New Issue