feat(s3): server support generated url request (#6431)

This commit is contained in:
itsHenry
2024-05-09 14:28:59 +08:00
committed by GitHub
parent 2313213f59
commit 7e7b9b9b48
8 changed files with 27 additions and 33 deletions

View File

@ -6,7 +6,7 @@ import (
"path"
"strings"
"github.com/Mikubill/gofakes3"
"github.com/alist-org/gofakes3"
)
func (b *s3Backend) entryListR(bucket, fdPath, name string, addPrefix bool, response *gofakes3.ObjectList) error {