From 151d0a274e2d68eea8dc824c84542372c028855b Mon Sep 17 00:00:00 2001 From: unbelauscht <58393353+unbelauscht@users.noreply.github.com> Date: Fri, 24 Jan 2020 18:43:00 +0100 Subject: [PATCH] swift: Update OVH API endpoint - Fixes #3890 --- backend/swift/swift.go | 2 +- docs/content/swift.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/swift/swift.go b/backend/swift/swift.go index 108e597fa..ff34ea6f2 100644 --- a/backend/swift/swift.go +++ b/backend/swift/swift.go @@ -114,7 +114,7 @@ func init() { Value: "https://auth.storage.memset.com/v2.0", }, { Help: "OVH", - Value: "https://auth.cloud.ovh.net/v2.0", + Value: "https://auth.cloud.ovh.net/v3", }}, }, { Name: "user_id", diff --git a/docs/content/swift.md b/docs/content/swift.md index 39c1e8023..9df51a178 100644 --- a/docs/content/swift.md +++ b/docs/content/swift.md @@ -63,7 +63,7 @@ Choose a number from below, or type in your own value 5 / Memset Memstore UK v2 \ "https://auth.storage.memset.com/v2.0" 6 / OVH - \ "https://auth.cloud.ovh.net/v2.0" + \ "https://auth.cloud.ovh.net/v3" auth> User ID to log in - optional - most swift systems use user and leave this blank (v3 auth) (OS_USER_ID). user_id> @@ -279,7 +279,7 @@ Authentication URL for server (OS_AUTH_URL). - Memset Memstore UK - "https://auth.storage.memset.com/v2.0" - Memset Memstore UK v2 - - "https://auth.cloud.ovh.net/v2.0" + - "https://auth.cloud.ovh.net/v3" - OVH #### --swift-user-id