kopia lustrzana https://github.com/gaul/s3proxy
rodzic
94f8582a67
commit
49489430d5
|
@ -156,7 +156,7 @@ final class S3ProxyHandler extends AbstractHandler {
|
||||||
}
|
}
|
||||||
case "HEAD":
|
case "HEAD":
|
||||||
if (path.length <= 2 || path[2].isEmpty()) {
|
if (path.length <= 2 || path[2].isEmpty()) {
|
||||||
handleContainerExists(response, uri.substring(1));
|
handleContainerExists(response, path[1]);
|
||||||
baseRequest.setHandled(true);
|
baseRequest.setHandled(true);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
|
Ładowanie…
Reference in New Issue