Replies: 1 comment
-
|
发现一个 项目(https://github.com/ayufan-research/s3-to-webdav),能够 通过 alist 的 webdav 暴露 S3 对象存储 兼容接口,minio 客户端能够操作。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
版本信息:
Built At: 2026-04-20 02:04:10 +0000
Go Version: go1.25.1 darwin/arm64
Author: Xhofe i@nn.ci
Commit ID: 527ad89
Version: v3.60.0
WebVersion: 3.60.0
查询、下载 文件正常运行,命令如下:
查询 正常
mc ls netdisk1/apps
下载正常
mc cp netdisk1/apps/Readme.md ./demo.md
上传文件发生错误,命令:
mc cp Readme.md netdisk1/apps/Readme.md
错误日志:
ERRO[2026-05-08 11:03:48] failed put /netdisk1/apps/temp/Readme.md: req: [https://pan.baidu.com/rest/2.0/xpan/file] ,errno: 2, refer to https://pan.baidu.com/union/doc/
github.com/alist-org/alist/v3/internal/op.Put
/source/internal/op/fs.go:601
github.com/alist-org/alist/v3/internal/fs.putDirectly
/source/internal/fs/put.go:80
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/source/internal/fs/fs.go:101
github.com/alist-org/alist/v3/server/s3.(*s3Backend).PutObject
/source/server/s3/backend.go:311
github.com/alist-org/gofakes3.(*GoFakeS3).createObject
/go/pkg/mod/github.com/alist-org/gofakes3@v0.0.7/gofakes3.go:728
github.com/alist-org/gofakes3.(*GoFakeS3).routeObject
/go/pkg/mod/github.com/alist-org/gofakes3@v0.0.7/routing.go:88
github.com/alist-org/gofakes3.(*GoFakeS3).routeBase
/go/pkg/mod/github.com/alist-org/gofakes3@v0.0.7/routing.go:61
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2322
github.com/alist-org/gofakes3.(*withCORS).ServeHTTP
/go/pkg/mod/github.com/alist-org/gofakes3@v0.0.7/cors.go:45
github.com/alist-org/gofakes3.(*GoFakeS3).Server.(*GoFakeS3).timeSkewMiddleware.func1
/go/pkg/mod/github.com/alist-org/gofakes3@v0.0.7/gofakes3.go:163
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2322
github.com/alist-org/gofakes3.(*GoFakeS3).Server.(*GoFakeS3).authMiddleware.func3
/go/pkg/mod/github.com/alist-org/gofakes3@v0.0.7/gofakes3.go:144
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2322
github.com/alist-org/alist/v3/server.S3Server.WrapH.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/utils.go:49
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:3340
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2109
runtime.goexit
/usr/local/go/src/runtime/asm_arm64.s:1268
Beta Was this translation helpful? Give feedback.
All reactions