mirror of
https://github.com/rclone/rclone.git
synced 2024-12-22 15:11:56 +01:00
swift: Update OVH API endpoint - Fixes #3890
This commit is contained in:
parent
dc77ec4ba1
commit
151d0a274e
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user