mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-25 12:33:31 -06:00
don't error out if storage key already exists (#840)
This commit is contained in:
parent
3777f5c684
commit
de26924a4a
4 changed files with 16 additions and 6 deletions
|
|
@ -34,6 +34,7 @@ import (
|
|||
)
|
||||
|
||||
var ErrNotSupported = errors.New("driver does not suppport functionality")
|
||||
var ErrAlreadyExists = errors.New("storage key already exists")
|
||||
|
||||
// Driver implements the functionality to store and retrieve blobs
|
||||
// (images,video,audio)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue