TritonDataCenter / python-manta

Python SDK for Manta (community maintained)
MIT License
25 stars 18 forks source link

mantash should support `~~/` syntax #42

Open bdha opened 8 years ago

bdha commented 8 years ago

Specifying mantash ls ~~/ throws a Permission denied error.

$ mantash -v ls ~~/
manta.client: DEBUG: ListDirectory '/joybdha/stor'
...
  File "/opt/pkg/lib/python2.7/ssl.py", line 542, in __init__
    self._context.load_verify_locations(ca_certs)
IOError: [Errno 13] Permission denied