fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
Make use of net.URL package in getURL
What would you like to be added/changed?
In our backup code in func (configuration *BlobStoreConfiguration) getURL(backup string, bucket string) string { we currently put a raw string together. Instead we should consider to make use of the net.URL package: https://pkg.go.dev/net/url#URL to have stronger guarantees and checks.