kopia lustrzana https://github.com/gaul/s3proxy
rodzic
93f280bdca
commit
4baaca86f9
|
@ -103,6 +103,7 @@ public final class S3Proxy {
|
||||||
try (InputStream is = new FileInputStream(new File(args[1]))) {
|
try (InputStream is = new FileInputStream(new File(args[1]))) {
|
||||||
properties.load(is);
|
properties.load(is);
|
||||||
}
|
}
|
||||||
|
properties.putAll(System.getProperties());
|
||||||
|
|
||||||
String provider = properties.getProperty(Constants.PROPERTY_PROVIDER);
|
String provider = properties.getProperty(Constants.PROPERTY_PROVIDER);
|
||||||
String identity = properties.getProperty(Constants.PROPERTY_IDENTITY);
|
String identity = properties.getProperty(Constants.PROPERTY_IDENTITY);
|
||||||
|
|
Ładowanie…
Reference in New Issue