feat(storage): add S3 image storage support with file-based config and migration script
This commit is contained in:
9
s3_config.example.json
Normal file
9
s3_config.example.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"endpoint": "https://s3.amazonaws.com",
|
||||
"bucket": "my-mailova-bucket",
|
||||
"region": "auto",
|
||||
"access_key": "AKIA...",
|
||||
"secret_key": "...",
|
||||
"public_url": "https://cdn.example.com/mailova"
|
||||
}
|
||||
Reference in New Issue
Block a user