MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / ID

Method ID

pkg/blobmanager/s3/provider.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37const ProviderID = "AWS-S3"
38
39func (p *BackendProvider) ID() string {
40 return ProviderID
41}
42
43func (p *BackendProvider) FromCredentials(ctx context.Context, secretName string) (backend.UploaderDownloader, error) {
44 creds := &Credentials{}

Callers 1

LoadProvidersFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected