Opened on Dec 6, 2012 at 7:17:24 PM
#6988 closed defect (fixed)
Directory placeholder not displayed if same name as object
Reported by: | ctrudeau | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 4.4 |
Component: | cloudfiles | Version: | 4.2.1 |
Severity: | minor | Keywords: | |
Cc: | Architecture: | Intel | |
Platform: | Mac OS X 10.7 |
Description
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.
Change History (4)
comment:1 Changed on Dec 7, 2012 at 9:24:26 AM by dkocher
- Summary changed from files missing from listing to Directory placeholder not displayed if same name as object
comment:2 Changed on Dec 20, 2012 at 5:47:02 PM by dkocher
- Milestone set to 4.3
comment:3 Changed on Dec 20, 2012 at 5:57:00 PM by dkocher
- Status changed from new to assigned
comment:4 Changed on Aug 21, 2013 at 1:14:10 PM by dkocher
- Milestone changed from 4.5 to 4.4
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
In r12552.