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

Method getRegionClient

provider/custom.go:70–72  ·  view source on GitHub ↗
(region string)

Source from the content-addressed store, hash-verified

68}
69
70func (cp *CustomProvider) getRegionClient(region string) *s3.Client {
71 return cp.clients.Get(region, false)
72}
73
74/*
75NewCustomProvider is a constructor which makes a new custom provider with the given options.

Callers 2

ScanMethod · 0.95
EnumerateMethod · 0.95

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected