mirror of
https://github.com/rclone/rclone
synced 2025-01-24 06:27:32 +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
|
4) https://auth.storage.memset.com/v1.0
|
||||||
* Memset Memstore UK v2
|
* Memset Memstore UK v2
|
||||||
5) https://auth.storage.memset.com/v2.0
|
5) https://auth.storage.memset.com/v2.0
|
||||||
|
* OVH
|
||||||
|
6) https://auth.cloud.ovh.net/v2.0
|
||||||
auth> 1
|
auth> 1
|
||||||
Tenant name - optional
|
Tenant name - optional
|
||||||
tenant>
|
tenant>
|
||||||
|
@ -56,6 +56,9 @@ func init() {
|
|||||||
}, {
|
}, {
|
||||||
Help: "Memset Memstore UK v2",
|
Help: "Memset Memstore UK v2",
|
||||||
Value: "https://auth.storage.memset.com/v2.0",
|
Value: "https://auth.storage.memset.com/v2.0",
|
||||||
|
}, {
|
||||||
|
Help: "OVH",
|
||||||
|
Value: "https://auth.cloud.ovh.net/v2.0",
|
||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
Name: "tenant",
|
Name: "tenant",
|
||||||
|
Loading…
Reference in New Issue
Block a user