kopia lustrzana https://github.com/gaul/s3proxy
Update README for 1.5.0 release
rodzic
b7eb53b7c7
commit
3bfe5302a5
15
README.md
15
README.md
|
@ -20,8 +20,6 @@ file system as the storage backend with anonymous access:
|
||||||
s3proxy.authorization=none
|
s3proxy.authorization=none
|
||||||
s3proxy.endpoint=http://127.0.0.1:8080
|
s3proxy.endpoint=http://127.0.0.1:8080
|
||||||
jclouds.provider=filesystem
|
jclouds.provider=filesystem
|
||||||
jclouds.identity=identity
|
|
||||||
jclouds.credential=credential
|
|
||||||
jclouds.filesystem.basedir=/tmp/s3proxy
|
jclouds.filesystem.basedir=/tmp/s3proxy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -60,13 +58,12 @@ Supported storage backends
|
||||||
* atmos
|
* atmos
|
||||||
* aws-s3
|
* aws-s3
|
||||||
* azureblob
|
* azureblob
|
||||||
|
* b2
|
||||||
* filesystem (on-disk storage)
|
* filesystem (on-disk storage)
|
||||||
* google-cloud-storage
|
* google-cloud-storage
|
||||||
* hpcloud-objectstorage
|
|
||||||
* openstack-swift
|
* openstack-swift
|
||||||
* rackspace-cloudfiles-uk and rackspace-cloudfiles-us
|
* rackspace-cloudfiles-uk and rackspace-cloudfiles-us
|
||||||
* s3
|
* s3
|
||||||
* swift and swift-keystone (legacy)
|
|
||||||
* transient (in-memory storage)
|
* transient (in-memory storage)
|
||||||
|
|
||||||
Limitations
|
Limitations
|
||||||
|
@ -75,23 +72,17 @@ Limitations
|
||||||
S3Proxy has broad compatibility with the S3 API, however, it does not support:
|
S3Proxy has broad compatibility with the S3 API, however, it does not support:
|
||||||
|
|
||||||
* ACLs other than private and public-read
|
* ACLs other than private and public-read
|
||||||
* AWS signature V4, see [#24](https://github.com/andrewgaul/s3proxy/issues/24)
|
|
||||||
* BitTorrent hosting
|
* BitTorrent hosting
|
||||||
* bucket logging
|
* bucket logging
|
||||||
* Cache-Control header, see [#115](https://github.com/andrewgaul/s3proxy/issues/115)
|
|
||||||
* conditional copy object, see [#113](https://github.com/andrewgaul/s3proxy/issues/113)
|
|
||||||
* cross-origin resource sharing, see [#142](https://github.com/andrewgaul/s3proxy/issues/142)
|
* cross-origin resource sharing, see [#142](https://github.com/andrewgaul/s3proxy/issues/142)
|
||||||
* listing multipart uploads, see [#118](https://github.com/andrewgaul/s3proxy/issues/118)
|
* POST upload policies, see [#73](https://github.com/andrewgaul/s3proxy/issues/73)
|
||||||
* POST uploads, see [#73](https://github.com/andrewgaul/s3proxy/issues/73)
|
|
||||||
* object server-side encryption
|
* object server-side encryption
|
||||||
* object versioning, see [#74](https://github.com/andrewgaul/s3proxy/issues/74)
|
* object versioning, see [#74](https://github.com/andrewgaul/s3proxy/issues/74)
|
||||||
* requester pays buckets
|
* requester pays buckets
|
||||||
* XML ACLs, see [#116](https://github.com/andrewgaul/s3proxy/issues/116)
|
|
||||||
|
|
||||||
S3Proxy emulates the following operations:
|
S3Proxy emulates the following operations:
|
||||||
|
|
||||||
* multi-part uploads, see [#2](https://github.com/andrewgaul/s3proxy/issues/2)
|
* copy multi-part objects, see [#76](https://github.com/andrewgaul/s3proxy/issues/76)
|
||||||
* copy objects, see [#46](https://github.com/andrewgaul/s3proxy/issues/46)
|
|
||||||
|
|
||||||
The wiki collects
|
The wiki collects
|
||||||
[compatability notes](https://github.com/andrewgaul/s3proxy/wiki/Storage-backend-compatibility)
|
[compatability notes](https://github.com/andrewgaul/s3proxy/wiki/Storage-backend-compatibility)
|
||||||
|
|
Ładowanie…
Reference in New Issue