Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ PathMatches
Method
PathMatches
tempodb/backend/s3/config.go:99–102 ·
view source on GitHub ↗
(other *Config)
Source
from the content-addressed store, hash-verified
97
}
98
99
func
(cfg *Config) PathMatches(other *Config) bool {
100
// S3 bucket names are globally unique
101
return
cfg.Bucket == other.Bucket && cfg.Prefix == other.Prefix
102
}
Callers
1
tracesAndOverridesStorageConflict
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected