kopia lustrzana https://github.com/gaul/s3proxy
rodzic
3601aa50f3
commit
86e1302bc9
|
@ -52,9 +52,9 @@ public final class S3ProxyRule extends ExternalResource {
|
|||
private final String endpointFormat;
|
||||
private final S3Proxy s3Proxy;
|
||||
|
||||
private BlobStoreContext blobStoreContext;
|
||||
private final BlobStoreContext blobStoreContext;
|
||||
private URI endpointUri;
|
||||
private File blobStoreLocation;
|
||||
private final File blobStoreLocation;
|
||||
|
||||
public static final class Builder {
|
||||
private AuthenticationType authType = AuthenticationType.NONE;
|
||||
|
|
|
@ -111,7 +111,7 @@ final class TestUtils {
|
|||
|
||||
static final class S3ProxyLaunchInfo {
|
||||
private S3Proxy s3Proxy;
|
||||
private Properties properties = new Properties();
|
||||
private final Properties properties = new Properties();
|
||||
private String s3Identity;
|
||||
private String s3Credential;
|
||||
private BlobStore blobStore;
|
||||
|
|
Ładowanie…
Reference in New Issue