summaryrefslogtreecommitdiffstats
path: root/.config/s3.config.php
AgeCommit message (Collapse)Author
2024-01-26Allow setting AWS S3 SSE-C key (#2151)Patrick Hobusch
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>
2024-01-16Allow setting AWS S3 storage class (#2138)Patrick Hobusch
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>
2023-03-28feat: support object store credentials from file (#1946)Anderson Entwistle
Signed-off-by: Anderson Entwistle <46688047+aentwist@users.noreply.github.com>
2021-03-27Add "legacy_auth" option for S3 object stores (#1444)Philipp
* Add "legacy_auth" option for S3 object stores Signed-off-by: Philipp <admin@philipp.info> * Update .config/s3.config.php Co-authored-by: J0WI <J0WI@users.noreply.github.com> Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2021-02-22Add objectPrefix et autocreate environment variables (#1389)johackim
Signed-off-by: johackim <contact@johackim.com>
2020-08-29Adds ability to configure S3 object stores via environment variables (#1227)Pierre Ozoux
* Adds ability to configure S3 object stores via environment variables closes #1193 #1124 #1134 Co-authored-by: Adam Jenkins <adamjenkins1701@gmail.com> Co-authored-by: Stephen Cuppett <scuppett@redhat.com> * Update .config/s3.config.php Co-authored-by: Adam Jenkins <adamjenkins1701@gmail.com> Co-authored-by: Stephen Cuppett <scuppett@redhat.com>
2020-08-28Revert "Adds ability to configure S3 object stores via environment variables"pierreozoux
This reverts commit 47032fddb61b8cd89c88ee9c9e832f55cbba11f2.
2020-08-28Adds ability to configure S3 object stores via environment variablespierreozoux
closes #1193 #1124 #1134 Co-authored-by: Adam Jenkins <adamjenkins1701@gmail.com> Co-authored-by: Stephen Cuppett <scuppett@redhat.com>