MCPcopy Create free account
hub / github.com/brimdata/super / S3Engine

Struct S3Engine

pkg/storage/s3.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type S3Engine struct {
16 client s3iface.S3API
17}
18
19var _ Engine = (*S3Engine)(nil)
20var _ Sizer = (*s3io.Reader)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected