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

Support inter-bucket copying #5488

Closed
cyberduck opened this issue Dec 1, 2010 · 3 comments
Closed

Support inter-bucket copying #5488

cyberduck opened this issue Dec 1, 2010 · 3 comments
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

6883dc5 created the issue

At the moment, dragging bucket1/a/b/c to bucket2/b/c/d will actually just rename it to bucket1/b/c/d which is wrong. Furthermore, selecting "Copy" from the menu and trying to "Paste" it to another bucket is not even possible (greyed out).

However, S3 does provide an operation for this, so it should be possible to do it from Cyberduck.

This is another thing that should be easy to do once Ticket 5486 is resolved, since the SDK has a simple operation for it.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We do support copying between buckets. Press the alt (option) modifier key while dragging. Moving between buckets is broken as you mention.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fix destination bucket when moving objects in 279c42b.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fix drag target validation for buckets in dd7e5f0.

@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 s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants