I was just thinking, it might be cool to have an abstracted service for file (like sites/default/files) handling. One use case that would be great is symlinking files on import instead of copying them, which would save a lot of disk space. Another may be to do nothing so that you could use something like S3.
Assigning to me since this is fairly complex.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | interdiff-3049979-6-7.txt | 4.5 KB | samuel.mortenson |
| #7 | 3049979-7.patch | 23.28 KB | samuel.mortenson |
Comments
Comment #2
samuel.mortensonUn-assigning. This is still complex but I feel like someone else could give this a shot and I could pick it up from there.
Comment #3
samuel.mortensonI'm handling this now - not doing symlinks by default for complexity reasons but we'll ship with an optional no-op service.
Comment #4
samuel.mortensonNot sure what tests look like for this yet since it's a refactor.
Comment #6
samuel.mortensonComment #7
samuel.mortensonAdded tests.
Comment #8
samuel.mortenson