1
0
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:
Mark Feit
2018-02-11 07:51:34 -05:00
parent 9d632c0434
commit 8fdb399e1b
2 changed files with 5 additions and 12 deletions

View File

@@ -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",