mirror of
https://github.com/rclone/rclone.git
synced 2025-01-19 15:02:46 +08: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