mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-06 06:05:48 +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. |
||
---|---|---|
.. | ||
models.go |