Open leszko opened 1 year ago
We have all over the code the check like this one.
if strings.HasPrefix(u.Scheme, "s3+http") { // do something only in case of S3 Object Store }
We should have some helper functions in the go-tools project.
go-tools
A related discussion and a comment from @victorges:
At some point we should make some helpers in the go-tools lib to parse these URLs and just return the structured data.
We have all over the code the check like this one.
We should have some helper functions in the
go-tools
project.A related discussion and a comment from @victorges: