kopia lustrzana https://github.com/gaul/s3proxy
Consistently refer to storage backends
rodzic
5ddc9bfa91
commit
dcee6a2c84
|
@ -8,7 +8,7 @@ e.g., local file system, Google Cloud Storage, Microsoft Azure, OpenStack Swift.
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
Users can [download releases](https://github.com/andrewgaul/s3proxy/releases)
|
Users can [download releases](https://github.com/andrewgaul/s3proxy/releases)
|
||||||
from GitHub. One can also build the project by running `mvn package` which
|
from GitHub. Developers can build the project by running `mvn package` which
|
||||||
produces a binary at `target/s3proxy`. S3Proxy requires Java 7 to run.
|
produces a binary at `target/s3proxy`. S3Proxy requires Java 7 to run.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
@ -53,7 +53,7 @@ $ curl http://localhost:8080/
|
||||||
<?xml version="1.0" ?><ListAllMyBucketsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>CustomersName@amazon.com</DisplayName></Owner><Buckets><Bucket><Name>testbucket</Name><CreationDate>2015-08-05T22:16:24.000Z</CreationDate></Bucket></Buckets></ListAllMyBucketsResult>
|
<?xml version="1.0" ?><ListAllMyBucketsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>CustomersName@amazon.com</DisplayName></Owner><Buckets><Bucket><Name>testbucket</Name><CreationDate>2015-08-05T22:16:24.000Z</CreationDate></Bucket></Buckets></ListAllMyBucketsResult>
|
||||||
```
|
```
|
||||||
|
|
||||||
See the wiki for [examples of other providers](https://github.com/andrewgaul/s3proxy/wiki).
|
See the wiki for [examples of other storage backends](https://github.com/andrewgaul/s3proxy/wiki).
|
||||||
|
|
||||||
Supported storage backends
|
Supported storage backends
|
||||||
--------------------------
|
--------------------------
|
||||||
|
@ -89,9 +89,9 @@ The wiki collects other [compatability notes](https://github.com/andrewgaul/s3pr
|
||||||
References
|
References
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* Apache [jclouds](http://jclouds.apache.org/) provides object store support for S3Proxy
|
* Apache [jclouds](http://jclouds.apache.org/) provides storage backend support for S3Proxy
|
||||||
* Ceph [s3-tests](https://github.com/ceph/s3-tests) help maintain and improve compatibility with the S3 API
|
* Ceph [s3-tests](https://github.com/ceph/s3-tests) help maintain and improve compatibility with the S3 API
|
||||||
* [fake-s3](https://github.com/jubos/fake-s3) and [S3 ninja](https://github.com/scireum/s3ninja) provide functionality similar to S3Proxy when using the filesystem provider
|
* [fake-s3](https://github.com/jubos/fake-s3) and [S3 ninja](https://github.com/scireum/s3ninja) provide functionality similar to S3Proxy when using the filesystem backend
|
||||||
* Another project named [s3proxy](https://github.com/abustany/s3proxy) provides HTTP access to non-S3-aware applications
|
* Another project named [s3proxy](https://github.com/abustany/s3proxy) provides HTTP access to non-S3-aware applications
|
||||||
* [GlacierProxy](https://github.com/bouncestorage/glacier-proxy) and [SwiftProxy](https://github.com/bouncestorage/swiftproxy) provide similar functionality for the Amazon Glacier and OpenStack Swift APIs
|
* [GlacierProxy](https://github.com/bouncestorage/glacier-proxy) and [SwiftProxy](https://github.com/bouncestorage/swiftproxy) provide similar functionality for the Amazon Glacier and OpenStack Swift APIs
|
||||||
* [s3proxydocker](https://github.com/ritazh/s3proxydocker) packages S3Proxy as a Docker container
|
* [s3proxydocker](https://github.com/ritazh/s3proxydocker) packages S3Proxy as a Docker container
|
||||||
|
|
Ładowanie…
Reference in New Issue