Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ S3Server
Function
S3Server
server/s3.go:36–39 ·
view source on GitHub ↗
(g *gin.RouterGroup)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
S3Server(g *gin.RouterGroup) {
37
h, _ := s3.NewServer(context.Background())
38
g.Any(
"/*path"
, gin.WrapH(h))
39
}
Callers
1
InitS3
Function · 0.85
Calls
1
NewServer
Function · 0.92
Tested by
no test coverage detected