MCPcopy
hub / github.com/pocketbase/pocketbase / driver

Struct driver

tools/filesystem/internal/s3blob/s3blob.go:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type driver struct {
67 s3 *s3.S3
68}
69
70// Close implements [blob/Driver.Close].
71func (drv *driver) Close() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected