-
Notifications
You must be signed in to change notification settings - Fork 51
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
Masterfile Management Doesn't Work for Google Drive and Sharepoint #6152
Comments
Is this an important enough fix that it should be an 8.1 patch? Will this impact other sites that are using Browse Everything, or is this SDA work that is somewhat local to IU? At IU, how can we track / find anything uploaded via Google Drive in the past? This will need to be cherrypicked out to MCO ASAP once fixed or as part of 8.0 release. |
Resolved by #6129. |
After QA, we may want to cherry-pick to production or add to a patch release to get the fix out for users. |
I updated avalon-dev to change the masterfile management strategy to 'move' and specifying /tmp/ as the location. Inside the container, I didn't see the video I uploaded via Google Drive moved to /tmp. |
I just checked in the rails console on Dev and I'll check with @cjcolvar when he is back in on how we want to approach making the changes for testing. |
Expected behavior that docker_compose will override the settings, so not a bug. |
Description
When masterfile management is configured as 'move' and the file is being retrieved from Google Drive or Sharepoint, the file is not copied as expected to the target directory. This appears to only be occurring for Google Drive and Sharepoint via Browse Everything; the file is being copied as expected for files retrieved from S3 or the file system.
Done Looks Like
The text was updated successfully, but these errors were encountered: