Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
type
S3Engine
struct
{
16
client s3iface.S3API
17
}
18
19
var
_ Engine = (*S3Engine)(nil)
20
var
_ Sizer = (*s3io.Reader)(nil)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected