You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: