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

Method getRegionClient

provider/linode.go:27–29  ·  view source on GitHub ↗
(region string)

Source from the content-addressed store, hash-verified

25}
26
27func (pl *Linode) getRegionClient(region string) *s3.Client {
28 return pl.clients.Get(region, false)
29}
30
31func (pl *Linode) BucketExists(b *bucket.Bucket) (*bucket.Bucket, error) {
32 b.Provider = pl.Name()

Callers 2

EnumerateMethod · 0.95
ScanMethod · 0.95

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected