forked from TrueCloudLab/rclone
OVH Swift authentication enpoint
This commit is contained in:
parent
ea2ef4443b
commit
e7b7432079
2 changed files with 5 additions and 0 deletions
|
@ -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 a new issue