MCPcopy Create free account
hub / github.com/DoNewsCode/core / Factory

Struct Factory

ots3/factory.go:11–13  ·  view source on GitHub ↗

Factory can be used to connect to multiple s3 servers.

Source from the content-addressed store, hash-verified

9
10// Factory can be used to connect to multiple s3 servers.
11type Factory struct {
12 *di.Factory
13}
14
15// Make creates a s3 manager under the given name.
16func (s Factory) Make(name string) (*Manager, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected