fix: add directory creation code to partial upload handler (#2575) (#2580)

This commit is contained in:
M A E R Y O
2023-07-31 19:38:11 +09:00
committed by GitHub
parent 4e28cc13c9
commit 912f27a9e3
2 changed files with 9 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ import (
)
const PERM = 0664
const DIR_PERM = 0755
// FileInfo describes a file.
type FileInfo struct {