fix(s3): unable to copy empty folder (close #4620)

This commit is contained in:
Andy Hsu
2023-07-10 14:55:19 +08:00
parent 3529023bf9
commit 61101a60f4
3 changed files with 9 additions and 8 deletions

View File

@ -7,7 +7,8 @@ import (
)
type ListArgs struct {
ReqPath string
ReqPath string
S3ShowPlaceholder bool
}
type LinkArgs struct {