MCPcopy
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
58func (s *S3) Open(_name string) (http.File, error) {
59 return nil, errors.New("serving files from S3 is not supported")
60}
61
62func (s *S3) Delete(ctx context.Context, name string) error {
63 key := s.buildKey(name)

Callers 2

DownloadMethod · 0.45
NewBadgerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected