[Cyberduck-trac] [Cyberduck] #8142: Openstack Files Listings not showing files (was: Doesn't show files)

Cyberduck trac at trac.cyberduck.io
Thu Aug 7 19:59:12 UTC 2014


#8142: Openstack Files Listings not showing files
----------------------------+------------------------
 Reporter:  gudrun jobst    |         Owner:  dkocher
     Type:  defect          |        Status:  new
 Priority:  high            |     Milestone:  4.5.2
Component:  openstack       |       Version:  4.5.1
 Severity:  critical        |    Resolution:
 Keywords:  can't download  |  Architecture:  Intel
 Platform:  Windows XP      |
----------------------------+------------------------
Changes (by david cole):

 * severity:  normal => critical
 * component:  core => openstack
 * milestone:   => 4.5.2
 * owner:   => dkocher


Old description:

> Hi, I can see the top layer of folders, then another layer of folders,
> but not anything below that and cannot download any files or folders.
> Using windows. Please help.

New description:

 Hi, I can see the top layer of folders, then another layer of folders, but
 not anything below that and cannot download any files or folders. Using
 windows. Please help.

--

Comment:

 I'm seeing this issues on Mac OS X as well.  The problem is the use of
 double slashes at the '''end of prefix''' that is passed by Cyberduck to
 the Object Store. With double slashes, the proxy return no objects in the
 listing. Examples, from Curl:

 $ curl
 "https://proxy-01.example.com/v1/AUTH_abcdefg/dcc?format=json&prefix=BigParade//"
 -X GET -H "X-Auth-Token: deadbeefdeadbeef"
 []

 $ curl
 "https://proxy-01.example.com/v1/AUTH_abcdefg/dcc?format=json&prefix=BigParade/"
 -X GET -H "X-Auth-Token: deadbeefdeadbeef"
 [{"hash": "795f3365f01a1d4c1390324be8210fb4", "last_modified":
 "2014-06-05T16:58:43.208350", "bytes": 2200262, "name":
 "BigParade/IMG_0118.JPG", "content_type": "image/jpeg"}, <snip>

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/8142#comment:1>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list