kopia lustrzana https://github.com/gaul/s3proxy
rodzic
b0e119a99f
commit
e598a835ee
|
@ -171,7 +171,9 @@ public final class Nio2BlobStore extends BaseBlobStore {
|
||||||
}
|
}
|
||||||
|
|
||||||
var delimiter = options.getDelimiter();
|
var delimiter = options.getDelimiter();
|
||||||
if (delimiter != null && !delimiter.equals("/")) {
|
if ("".equals(delimiter)) {
|
||||||
|
delimiter = null;
|
||||||
|
} else if (delimiter != null && !delimiter.equals("/")) {
|
||||||
throw new IllegalArgumentException("Delimiters other than / not supported");
|
throw new IllegalArgumentException("Delimiters other than / not supported");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue