counsyl / stor

A cross-compatible CLI and Python API for accessing block and object storage
https://counsyl.github.io/stor/
Other
35 stars 12 forks source link

Enable empty path dx:// for DXPath initialization #113

Open anujkumar93 opened 5 years ago

anujkumar93 commented 5 years ago

@jtratner CC @pkaleta

Background

This PR enables initialization of dx:// as a DXPath. We want to allow initialization of dx:// to be able to call listdir on it and see the projects the user has access to. stor ls dx:// will list such projects.

Changes

Other unrelated tiny changes in this PR: