mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-31 21:03:11 +01:00
backend (backblaze): remove application key from hash calculation
This commit is contained in:
parent
5eeb22a559
commit
d249ed2b0a
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ func (this Backblaze) Init(params map[string]string, app *App) (IBackend, error)
|
|||
for i := range buckets.Buckets {
|
||||
this.Buckets[buckets.Buckets[i].BucketName] = buckets.Buckets[i].BucketId
|
||||
}
|
||||
delete(params, "password")
|
||||
BackblazeCache.Set(params, &this)
|
||||
return this, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue