From e7b7432079811c5d23bc18bce6a9093e026f9fb5 Mon Sep 17 00:00:00 2001 From: xlucas Date: Thu, 7 Jan 2016 14:15:10 +0100 Subject: [PATCH] OVH Swift authentication enpoint --- docs/content/swift.md | 2 ++ swift/swift.go | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/content/swift.md b/docs/content/swift.md index 50b9dd6ba..ecbce831c 100644 --- a/docs/content/swift.md +++ b/docs/content/swift.md @@ -51,6 +51,8 @@ Choose a number from below, or type in your own value 4) https://auth.storage.memset.com/v1.0 * Memset Memstore UK v2 5) https://auth.storage.memset.com/v2.0 + * OVH + 6) https://auth.cloud.ovh.net/v2.0 auth> 1 Tenant name - optional tenant> diff --git a/swift/swift.go b/swift/swift.go index f3662abdf..4e232e138 100644 --- a/swift/swift.go +++ b/swift/swift.go @@ -56,6 +56,9 @@ func init() { }, { Help: "Memset Memstore UK v2", Value: "https://auth.storage.memset.com/v2.0", + }, { + Help: "OVH", + Value: "https://auth.cloud.ovh.net/v2.0", }}, }, { Name: "tenant",