mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-20 10:13:20 +00:00
Cosmetic and key name fixes. #322
This commit is contained in:
@@ -484,12 +484,12 @@ func CreateStorage(preference Preference, resetPassword bool, threads int) (stor
|
|||||||
bucket, storageDir, key, secret, threads)
|
bucket, storageDir, key, secret, threads)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
LOG_ERROR("STORAGE_CREATE", "Failed to load the S3 storage at %s: %v", storageURL, err)
|
LOG_ERROR("STORAGE_CREATE", "Failed to load the Wasabi storage at %s: %v", storageURL, err)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
SavePassword(preference, "key", key)
|
SavePassword(preference, "wasabi_key", key)
|
||||||
SavePassword(preference, "secret", secret)
|
SavePassword(preference, "wasabi_secret", secret)
|
||||||
|
|
||||||
return storage
|
return storage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user