implemented S3 storage backend

added sample configuration + aws php sdk version

coding style cleanup
This commit is contained in:
Felix J. Ogris
2022-10-20 23:23:01 +02:00
parent 2e2c70ed15
commit ee212b1a33
7 changed files with 546 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
* CHANGED: Avoid `SUPER` privilege for setting the `sql_mode` for MariaDB/MySQL (#919)
* FIXED: Revert to CREATE INDEX without IF NOT EXISTS clauses, to support MySQL (#943)
* FIXED: Apply table prefix to indexes as well, to support multiple instances sharing a single database (#943)
* ADDED: S3 Storage backend (#994)
* **1.4 (2022-04-09)**
* ADDED: Translations for Corsican, Estonian, Finnish and Lojban
* ADDED: new HTTP headers improving security (#765)