Clarify aws-s3 vs. s3 storage backend

The former is Amazon-only.
pull/207/head
Andrew Gaul 2017-03-16 20:27:29 -07:00
rodzic d43c8d4276
commit 0462001878
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -72,15 +72,16 @@ Maven Central hosts S3Proxy artifacts and the wiki has
Supported storage backends
--------------------------
* atmos
* aws-s3
* aws-s3 (Amazon-only)
* azureblob
* b2
* filesystem (on-disk storage)
* google-cloud-storage
* openstack-swift
* rackspace-cloudfiles-uk and rackspace-cloudfiles-us
* s3
* s3 (all implementations)
* transient (in-memory storage)
See the wiki for [examples of configurations](https://github.com/andrewgaul/s3proxy/wiki/Storage-backend-examples).