MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Client

Struct Client

driver/oss/s3.go:19–23  ·  view source on GitHub ↗

Client is a gokv.Store implementation for S3.

Source from the content-addressed store, hash-verified

17
18// Client is a gokv.Store implementation for S3.
19type Client struct {
20 c *awss3.S3
21 bucketName string
22 codec encoding.Codec
23}
24
25// Set stores the given value for the given key.
26// Values are automatically marshalled to JSON or gob (depending on the configuration).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected