Online storage failed upload temporary storage #201
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#201
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem:
If a file is being copied/uploaded to a file backend that stores files in some sort of online storage, such as Dropbox, SharePoint, etc, and that online storage is currently inaccessible, an error is displayed to the user.
Solution:
It would be nice to have the ability to store these files in a temporary directory when the online storage is currently offline. This is a feature that can be activated as needed in the
media.json
config file for individual filesystems and will stop errors being displayed to users when access to online storage fails.Further considerations would be, when do the files then get copied to the online storage? We may be able to do this on-the-fly the next time any file is accessed using the file abstraction system. We could also have a function that can be called by the application to trigger this. Files will then only be copied to online storage if the online storage system is accessible again.
changed the description
mentioned in issue #204
marked this issue as related to #204
mentioned in merge request !104
created merge request !104 to address this issue
mentioned in commit b80c1eaf9de7dbe798d663dd22595a0058696bde