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

Directory placeholder not displayed if same name as object #6988

Closed
cyberduck opened this issue Dec 6, 2012 · 1 comment
Closed

Directory placeholder not displayed if same name as object #6988

cyberduck opened this issue Dec 6, 2012 · 1 comment
Assignees
Labels
bug cloudfiles Rackspace CloudFiles fixed
Milestone

Comments

@cyberduck
Copy link
Collaborator

fd68ccb created the issue

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.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 9febb7e.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug cloudfiles Rackspace CloudFiles fixed
Projects
None yet
Development

No branches or pull requests

2 participants