Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mxpv/podsync
/ Open
Method
Open
pkg/fs/s3.go:58–60 ·
view source on GitHub ↗
(_name string)
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(s *S3) Open(_name string) (http.File, error) {
59
return
nil, errors.New(
"serving files from S3 is not supported"
)
60
}
61
62
func
(s *S3) Delete(ctx context.Context, name string) error {
63
key := s.buildKey(name)
Callers
2
Download
Method · 0.45
NewBadger
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected