mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 17:13:04 +08:00
e5c3196b31
This commit introduces a `blobstore` package and refactors the existing upload mechanism. Upload is now handled by `providers` and the two bundled providers are `S3` and `Filesystem`. `app.Blobstore` initialises the correct provider based on the configuration and handles `Put`, `Delete` and `Get` operations.
9 lines
No EOL
109 B
Text
9 lines
No EOL
109 B
Text
frontend/node_modules/
|
|
frontend/.cache/
|
|
frontend/yarn.lock
|
|
.vscode/
|
|
|
|
config.toml
|
|
node_modules
|
|
listmonk
|
|
dist/* |