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

Wrong processing of folder/placeholder names starting with a ~ #14590

Closed
ylangisc opened this issue Apr 28, 2023 · 0 comments · Fixed by #14591
Closed

Wrong processing of folder/placeholder names starting with a ~ #14590

ylangisc opened this issue Apr 28, 2023 · 0 comments · Fixed by #14591
Assignees
Labels
bug googlestorage Google Cloud Storage Protocol Implementation s3 AWS S3 Protocol Implementation
Milestone

Comments

@ylangisc
Copy link
Contributor

Listing a folder with a leading ~ duplicates itself in the result set, e.g.

Expected result for listing /bla/~myfolder

file1.txt
file2.txt
...

Current, wrong result

~myfolder
file1.txt
file2.txt
@ylangisc ylangisc added bug s3 AWS S3 Protocol Implementation googlestorage Google Cloud Storage Protocol Implementation labels Apr 28, 2023
@ylangisc ylangisc added this to the 8.6.0 milestone Apr 28, 2023
@ylangisc ylangisc self-assigned this Apr 28, 2023
ylangisc added a commit that referenced this issue May 1, 2023
Path needs to start with ~/ to be evaluated as home directory reference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug googlestorage Google Cloud Storage Protocol Implementation s3 AWS S3 Protocol Implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant