MCPcopy Create free account
hub / github.com/asternic/wuzapi / S3Manager

Struct S3Manager

s3manager.go:34–39  ·  view source on GitHub ↗

S3Manager manages S3 operations

Source from the content-addressed store, hash-verified

32
33// S3Manager manages S3 operations
34type S3Manager struct {
35 mu sync.RWMutex
36 db *sqlx.DB
37 clients map[string]*s3.Client
38 configs map[string]*S3Config
39}
40
41// Global S3 manager instance
42var s3Manager = &S3Manager{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected