MCPcopy
hub / github.com/pocketbase/pocketbase / System

Struct System

tools/filesystem/filesystem.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34const metadataOriginalName = "original-filename"
35
36type System struct {
37 ctx context.Context
38 bucket *blob.Bucket
39}
40
41// NewS3 initializes a new S3 filesystem instance.
42//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected