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

Method S3EncodeMetaKey

driver/oss/db.go:175–179  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

173}
174
175func (db *DB) S3EncodeMetaKey(key []byte) []byte {
176 bas64key := base64.StdEncoding.EncodeToString(key)
177 bkey := []byte(bas64key)
178 return bkey
179}
180
181func (db *DB) S3Put(key, value []byte) error {
182 client, err := NewClient(db.options)

Callers 3

S3PutMethod · 0.95
S3GetMethod · 0.95
S3DeleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected