-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add ability to update file names #829
Comments
Tell me more! What's your use case? |
The use case is to be able to update filenames of files that have already been ingested to conform to particular file naming conventions. |
This sounds like it could be useful. Would it be able to change filenames on local (public/private) Drupal filesystems as well as Fedora URLs? |
Currently, I'm not sure it can do that (all the function does is send a patch request to the site) but it could maybe be extended to include that functionality. |
Even if this only works on local filesystems it will be useful. If you can include an integration test in your PR I would appreciate it (e.g. create a media / file, hit its URL and expect a 200, rename it, then hit its new location and expect a 200). |
The idea is to implement a new task, called update-files, to be able to update file names from workbench. Is this something people would be interested in?
The text was updated successfully, but these errors were encountered: