Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3ls s3 path completion broken #17

Open
tilusnet opened this issue Oct 22, 2015 · 1 comment
Open

s3ls s3 path completion broken #17

tilusnet opened this issue Oct 22, 2015 · 1 comment

Comments

@tilusnet
Copy link

It doesn't seem to split suggestions at prefix '/' boundaries.

E.g. with

bucket
  / pfx1
    / pfx11
      / file111
      / file112
    / pfx12
  / pfx2

typing
s3ls s3://bucket/pfx<TAB>
will give me e.g.
s3ls s3://bucket/pfx1/pfx11/file1
instead of suggesting

s3://bucket/pfx1 
s3://bucket/pfx2
@aboisvert
Copy link
Owner

See my comments on issue #16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants