You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add file and folder duplicate/copy operation (G4brym#152)
Add a "Duplicate" context menu option that copies files and folders within
the same bucket, appending " (copy)" to the name while preserving all metadata.
- New CopyObject backend endpoint (POST /api/buckets/:bucket/copy)
- Frontend duplicate logic with progress tracking for folder duplication
- Backend integration tests (6 tests) and E2E test for file duplication
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Add file and folder duplicate/copy operation via context menu. Right-clicking a file or folder and selecting "Duplicate" creates a copy with a " (copy)" suffix in the same directory, preserving all metadata.
0 commit comments