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

Empty folder disappear on move #8659

Closed
cyberduck opened this issue Mar 12, 2015 · 1 comment
Closed

Empty folder disappear on move #8659

cyberduck opened this issue Mar 12, 2015 · 1 comment
Assignees
Labels
bug fixed openstack OpenStack Swift Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

c7ce637 created the issue

Description:
Empty folder disappear on move
Step by step screenshots available in attachment

-Steps to reproduce:*

  1. Create few folders
  2. Move one folder into another one

-Expected result:*
Folder moved successfully

-Actual result:*
Folder disappear without any notice

-Additional notes:*
In Cyberduck logs I found the following sequence of actions on folder move:

  1. Get objects in the folder_to_move;
  2. Delete this folder;
  3. Get objects in the destination_folder;

So the actual put request is never done.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In debbc71.

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

No branches or pull requests

2 participants