MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / Backend

Struct Backend

pkg/blobmanager/s3/backend.go:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41)
42
43type Backend struct {
44 client *s3.Client
45 bucket string
46 customEndpoint string
47}
48
49var _ backend.UploaderDownloader = (*Backend)(nil)
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected