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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed
fixed linting issues with missing godoc on exported functions and new build tag formatting.
fixed #92 (broken by #72) where calling ListByPrefix() was fail from non-root locations when calling file-level prefixes.
fixed azure helper func for vfssimple, ensuring it works on File URIs in addition to Location URIs
fixed #97 by updating vfssimple logic to ensure the most specific registered backend that matches a url is used, not just the first one it comes across. Updated vfssimple docs.
Added vfssimple tests. Zero to 100% coverage.
Fix codecov validation which got lost when converting to github actions. Removed .travis.yml.