pull/16/head
Andrew Gaul 2014-08-18 00:17:48 -07:00
rodzic 0cc7a1390a
commit 11a6a20931
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,8 @@
S3Proxy S3Proxy
======= =======
S3Proxy allows applications using the S3 API to access other object stores, S3Proxy allows applications using the
[S3 API](https://en.wikipedia.org/wiki/Amazon_S3#S3_API_and_competing_services)
to access other object stores,
e.g., EMC Atmos, Microsoft Azure, OpenStack Swift. It also allows local e.g., EMC Atmos, Microsoft Azure, OpenStack Swift. It also allows local
testing of S3 without the cost or latency associated with using AWS. testing of S3 without the cost or latency associated with using AWS.
@ -70,7 +72,7 @@ jclouds.credential=credential
jclouds.filesystem.basedir=/tmp jclouds.filesystem.basedir=/tmp
``` ```
S3Proxy can listen on HTTPS when setting the endpoint to HTTPS and S3Proxy can listen on HTTPS by setting the endpoint and
[configuring a keystore](http://wiki.eclipse.org/Jetty/Howto/Configure_SSL#Generating_Keys_and_Certificates_with_JDK_keytool). [configuring a keystore](http://wiki.eclipse.org/Jetty/Howto/Configure_SSL#Generating_Keys_and_Certificates_with_JDK_keytool).
An example: An example: