Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-05 | s3: Fix typos | Jon Bergli Heier | 1 | -2/+2 | |
2019-08-17 | Fetch and store thumbnails via storage modules | Jon Bergli Heier | 1 | -4/+28 | |
This will allow us to remotely store thumbnails in case of S3. For S3 the thumb bucket is configurable to allow these to be stored separately. The S3 key for thumbnails does not conflict with files, so these can be stored in the same bucket if needed. | |||||
2019-07-24 | Add file storage modules | Jon Bergli Heier | 1 | -0/+55 | |
Allows for storing files other places than the local file system. Currently the local filesystem and S3 are supported. |