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.
If you have pathed objects that have the same name as a non-pathed object the pathed objects do not display.
Repro:
in any container, upload an object named "foo.jpg"
now upload an object named "foo.jpg/thumbnail1.jpg"
do a listing, only "foo.jpg" will show
This makes sense as for all other types of clients "foo.jpg" would be a directory name in the second case and you can't have a file and directory named the same thing. As CloudFiles doesn't use folders but the full paths it doesn't care.
The text was updated successfully, but these errors were encountered:
If you have pathed objects that have the same name as a non-pathed object the pathed objects do not display.
Repro:
This makes sense as for all other types of clients "foo.jpg" would be a directory name in the second case and you can't have a file and directory named the same thing. As CloudFiles doesn't use folders but the full paths it doesn't care.
The text was updated successfully, but these errors were encountered: