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

Move an entire folder to another assetstore #7

Open
manthey opened this issue May 4, 2022 · 2 comments
Open

Move an entire folder to another assetstore #7

manthey opened this issue May 4, 2022 · 2 comments

Comments

@manthey
Copy link
Contributor

manthey commented May 4, 2022

This would move every file in items in the folder tree to the specified assetstore (the same as file/{id}/move does, but as a single call). We might also want to move associated files (hidden thumbnails, typically) there as well.

@manthey
Copy link
Contributor Author

manthey commented Jul 12, 2023

This would be a grider endpoint like PUT folder/{id}/move taking an assetstoreId parameter as a first pass, and adding a recurse boolean flag as a second step.

@manthey
Copy link
Contributor Author

manthey commented Aug 9, 2023

We've had a user report that moving files between assetstores is peculiarly slow. As part of looking into this, we might see if that is the case (e.g., between two filesystem assetstores, we'd expect moving would be only some modest factor over disk access speed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant