From 8221fd39bd331987689a356da2bbb17dcc3354a7 Mon Sep 17 00:00:00 2001 From: Dejan Golja Date: Mon, 10 Aug 2015 17:21:28 +1000 Subject: [PATCH] Added missing auth type in the documentation Signed-off-by: Dejan Golja --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index f2f58a4d4..85357b94e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -784,7 +784,7 @@ This storage backend uses Openstack Swift object storage. path: /path/to/htpasswd The `auth` option is **optional**. There are -currently 2 possible auth providers, `silly` and `token`. You can configure only +currently 3 possible auth providers, `silly`, `token` and `htpasswd`. You can configure only one `auth` provider. ### silly