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

Cyberduck 6.9.4 breaks Swift large object support #10697

Closed
cyberduck opened this issue May 7, 2019 · 2 comments
Closed

Cyberduck 6.9.4 breaks Swift large object support #10697

cyberduck opened this issue May 7, 2019 · 2 comments
Labels
bug duplicate openstack OpenStack Swift Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

4e18110 created the issue

When trying to upload large files to a Swift container, Cyberduck 6.9.4 reports a "file not found" error message (see attachment). Uploads work correctly with 6.9.3. I have only tried it on a Mac, no idea if Windows also has this issue.

Our university's swift storage support engineer has provided the following information:

I was able to see the error message and reproduce it with cyberduck.

What I see from the logs is the the cyberduck client does a "HEAD" request, to
see if the (first) segment it is already on the storage which returns a 404
not found and then stops.

When I try to upload a new file - this should have nothing to do with segments
on the server part since the segmentation is trasparent to the swift
implementation - I see that a HEAD request returning a 404 then the PUT
request follow to actually upload the new file.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #10657.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Ticket retargeted after milestone deleted

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

No branches or pull requests

1 participant