pull/41/head
Andrew Gaul 2015-02-18 11:34:28 -08:00
rodzic 7e61856db1
commit b85ab17316
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -160,7 +160,7 @@ public final class S3Proxy {
System.err.println(
"Both " + S3ProxyConstants.PROPERTY_KEYSTORE_PATH +
" and " + S3ProxyConstants.PROPERTY_KEYSTORE_PASSWORD +
" must be set with an HTTP endpoint");
" must be set with an HTTPS endpoint");
System.exit(1);
}
}