Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
func
(pl *Linode) getRegionClient(region string) *s3.Client {
28
return
pl.clients.Get(region, false)
29
}
30
31
func
(pl *Linode) BucketExists(b *bucket.Bucket) (*bucket.Bucket, error) {
32
b.Provider = pl.Name()
Callers
2
Enumerate
Method · 0.95
Scan
Method · 0.95
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected