| 20 | ) |
| 21 | |
| 22 | type AWS struct { |
| 23 | existsClient *s3.Client |
| 24 | clients *clientmap.ClientMap |
| 25 | hasCredentials bool |
| 26 | } |
| 27 | |
| 28 | func (a *AWS) BucketExists(b *bucket.Bucket) (*bucket.Bucket, error) { |
| 29 | b.Provider = a.Name() |
nothing calls this directly
no outgoing calls
no test coverage detected