mirror of
https://github.com/rclone/rclone.git
synced 2025-01-20 13:18:41 +01:00
s3: fix incorrect region for Magalu provider
This commit is contained in:
parent
1c9da8c96a
commit
d84a4c9ac1
@ -1415,8 +1415,8 @@ func init() {
|
|||||||
Help: "Magalu BR Southeast 1 endpoint",
|
Help: "Magalu BR Southeast 1 endpoint",
|
||||||
Provider: "Magalu",
|
Provider: "Magalu",
|
||||||
}, {
|
}, {
|
||||||
Value: "br-se1.magaluobjects.com",
|
Value: "br-ne1.magaluobjects.com",
|
||||||
Help: "Magalu BR Northest 1 endpoint",
|
Help: "Magalu BR Northeast 1 endpoint",
|
||||||
Provider: "Magalu",
|
Provider: "Magalu",
|
||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
Reference in New Issue
Block a user