Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
70
func
(cp *CustomProvider) getRegionClient(region string) *s3.Client {
71
return
cp.clients.Get(region, false)
72
}
73
74
/*
75
NewCustomProvider is a constructor which makes a new custom provider with the given options.
Callers
2
Scan
Method · 0.95
Enumerate
Method · 0.95
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected