MCPcopy 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
36func S3Server(g *gin.RouterGroup) {
37 h, _ := s3.NewServer(context.Background())
38 g.Any("/*path", gin.WrapH(h))
39}

Callers 1

InitS3Function · 0.85

Calls 1

NewServerFunction · 0.92

Tested by

no test coverage detected