MCPcopy
hub / github.com/sa7mon/S3Scanner / AWS

Struct AWS

provider/aws.go:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type AWS struct {
23 existsClient *s3.Client
24 clients *clientmap.ClientMap
25 hasCredentials bool
26}
27
28func (a *AWS) BucketExists(b *bucket.Bucket) (*bucket.Bucket, error) {
29 b.Provider = a.Name()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected