fdb-kubernetes-operator icon indicating copy to clipboard operation
fdb-kubernetes-operator copied to clipboard

Make use of net.URL package in getURL

Open johscheuer opened this issue 1 year ago • 0 comments

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.

johscheuer avatar Apr 11 '24 17:04 johscheuer