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

Openstack Files Listings not showing files #8142

Closed
cyberduck opened this issue Aug 4, 2014 · 2 comments
Closed

Openstack Files Listings not showing files #8142

cyberduck opened this issue Aug 4, 2014 · 2 comments
Assignees
Labels
bug duplicate high priority openstack OpenStack Swift Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

a3783f6 created the issue

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.


Attachments

@cyberduck
Copy link
Collaborator Author

e2f2ab4 commented

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. I can see the double forward slashes in the log drawer in version 4.5.1 , but not in version 4.4.5. 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""<br />
[] 

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

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #8094. Please update to the latest snapshot build available.

@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 duplicate high priority openstack OpenStack Swift Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants