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

Issues with sub-folders named with spaces #17

Open
johng-sc opened this issue May 18, 2018 · 3 comments
Open

Issues with sub-folders named with spaces #17

johng-sc opened this issue May 18, 2018 · 3 comments
Assignees
Labels

Comments

@johng-sc
Copy link

If we create a top level folder in a bucket, with a space in the name e.g. 'My Folder' and a sub-folder also with a space e.g. 'Another Folder'. Instead of creating a structure of 'My Folder' / 'Another Folder' it creates a completely new structure of 'My+Folder' / 'Another Folder' so you get a structure of;

My Folder /
My+Folder' / Another Folder

This is reproducible, only if the top level folder has a name with spaces. If the top level folder name has no spaces, everything works as expected.

@shishirsharma shishirsharma self-assigned this May 18, 2018
@shishirsharma
Copy link
Owner

@johng-sc Thanks for reporting this. AWS S3 does a weird non-standard characters transformations. It should be an easy fix though.

@johng-sc
Copy link
Author

Excellent news. This is the best, simple S3 Chrome Extension there is.

@punamgit
Copy link

@shishirsharma Just checking if you are planning to fix this bug.

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

No branches or pull requests

3 participants