From dcf56c3dba26cebae65f75c0b511bbb9b3059335 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 7 Jul 2016 04:21:35 -0700 Subject: [PATCH] Give storage examples a more specific wiki link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3fb39a..79b9617 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,6 @@ $ curl http://localhost:8080/ 75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06aCustomersName@amazon.comtestbucket2015-08-05T22:16:24.000Z ``` -See the wiki for [examples of other storage backends](https://github.com/andrewgaul/s3proxy/wiki). - Supported storage backends -------------------------- * atmos @@ -69,6 +67,8 @@ Supported storage backends * s3 * transient (in-memory storage) +See the wiki for [examples of configurations](https://github.com/andrewgaul/s3proxy/wiki/Storage-backend-examples). + Limitations -----------