Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sa7mon/S3Scanner
/ Dreamhost
Struct
Dreamhost
provider/dreamhost.go:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
var
forbiddenBuckets = []string{
"auth"
}
14
15
type
Dreamhost
struct
{
16
clients *clientmap.ClientMap
17
}
18
19
func
(p Dreamhost) Insecure() bool {
20
return
false
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected