uuid used
This commit is contained in:
@@ -80,7 +80,7 @@ func (store *Storage) WriteTempFile(source io.Reader) (string, int64, string, er
|
||||
var size int64
|
||||
var csum string
|
||||
|
||||
tmpname := auxuuid.NewUUID()
|
||||
tmpname := string(auxuuid.NewUUID())
|
||||
tmpname = fmt.Sprintf("file-%s.tmp", tmpname)
|
||||
tmppath := store.makeTmppath(tmpname)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user