mirror of
https://github.com/rclone/rclone
synced 2025-01-08 10:26:23 +01:00
OVH Swift authentication enpoint
This commit is contained in:
parent
ea2ef4443b
commit
e7b7432079
@ -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>
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user