mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-28 14:13:29 +00:00
Correct handling of @ in region to be consistent with everythng else.
This commit is contained in:
@@ -468,6 +468,10 @@ func CreateStorage(preference Preference, resetPassword bool, threads int) (stor
|
||||
endpoint := matched[3]
|
||||
bucket := matched[5]
|
||||
|
||||
if region != "" {
|
||||
region = region[:len(region)-1]
|
||||
}
|
||||
|
||||
key := GetPassword(preference, "wasabi_key",
|
||||
"Enter Wasabi key:", true, resetPassword)
|
||||
secret := GetPassword(preference, "wasabi_secret",
|
||||
|
||||
Reference in New Issue
Block a user