You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For certain users, it might be easier to just stick with HTTP paths rather than using our swift:// based paths. Especially if something is generally open via http, it's pretty useful to be able to, e.g., pass the same URL to samtools and to stor and to pandas, without needing to convert it.
then we could store that as a SwiftHTTPPath (subclass of SwiftPath), but that still returns same thing for account / container / resource, but just has slightly different internal representation and return value for str.
Just thinking about it for now, but might simplify things in CLI.
There is some strangeness because currently we define different swift endpoints by region because we don't have geographic DNS (e.g., OS_AUTH_URL in some places is swift-region1.counsyl.com and in other places is swift.counsyl.com) but it might be easier for playing around with things. (plus we'd probably want to persist everything as swift paths instead).
For certain users, it might be easier to just stick with HTTP paths rather than using our
swift://
based paths. Especially if something is generally open via http, it's pretty useful to be able to, e.g., pass the same URL to samtools and to stor and to pandas, without needing to convert it.Let's say we have something like:
then we could store that as a SwiftHTTPPath (subclass of SwiftPath), but that still returns same thing for account / container / resource, but just has slightly different internal representation and return value for
str
.Just thinking about it for now, but might simplify things in CLI.
There is some strangeness because currently we define different swift endpoints by region because we don't have geographic DNS (e.g., OS_AUTH_URL in some places is swift-region1.counsyl.com and in other places is swift.counsyl.com) but it might be easier for playing around with things. (plus we'd probably want to persist everything as swift paths instead).
Thoughts @kyleabeauchamp @kristjaneerik @pkaleta @krhaas @wesleykendall ?
The text was updated successfully, but these errors were encountered: