kopia lustrzana https://github.com/gaul/s3proxy
make S3Proxy contructor public
rodzic
7093829090
commit
dbd7304e65
|
@ -53,7 +53,7 @@ public final class S3Proxy {
|
||||||
System.setProperty("org.eclipse.jetty.http.HttpParser.STRICT", "true");
|
System.setProperty("org.eclipse.jetty.http.HttpParser.STRICT", "true");
|
||||||
}
|
}
|
||||||
|
|
||||||
S3Proxy(BlobStore blobStore, URI endpoint, String identity,
|
public S3Proxy(BlobStore blobStore, URI endpoint, String identity,
|
||||||
String credential, String keyStorePath, String keyStorePassword,
|
String credential, String keyStorePath, String keyStorePassword,
|
||||||
boolean forceMultiPartUpload, Optional<String> virtualHost) {
|
boolean forceMultiPartUpload, Optional<String> virtualHost) {
|
||||||
Preconditions.checkNotNull(blobStore);
|
Preconditions.checkNotNull(blobStore);
|
||||||
|
|
Ładowanie…
Reference in New Issue