* Drop file_exists check for _FILE variables
A PHP warning is generated if the file does not exist.
Otherwise there is no indicator why the variable is not used.
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* fixup: typo in smtp.config.php
Signed-off-by: Josh <josh.t.richards@gmail.com>
---------
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Co-authored-by: Josh <josh.t.richards@gmail.com>
The AWS S3 SSE-C key for server side encryption can now be set using
the environment variable `OBJECTSTORE_S3_SSE_C_KEY`.
Signed-off-by: Patrick Hobusch <patrick@hobusch.net>
The AWS S3 storage class can now be set using the environment variable
`OBJECTSTORE_S3_STORAGE_CLASS`.
The order of the AWS S3 environment variables in the `README.md` has
also been adjusted to be more "logical".
Signed-off-by: Patrick Hobusch <patrick@hobusch.net>