Comment 1 for bug 889564

Revision history for this message
Gabriel Hurley (gabriel-hurley) wrote : Re: Containers can't list floder that uploaded by Cyberduck

The URLpattern for reversing the copy and download links can't handle slashes in the filename. Slashes are also a special reserved character for denoting heirarchy in Swift. We should add a regex validator to the name input to prevent slashes from being added.

Support for multi-file uploads and swift pseudo-folders will both be added in the future and are tracked under separate tickets.