The S3 access keys are being exported to the config.php and not env.php
This is causing deployment pipeline issues because config.php is supposed to be part of version control and env.php is not. Don't want to accidentally publish my AWS data to Github.
Additionally, I have also tried adding this to app/etc/di.xml file
When running
The S3 access keys are being exported to the config.php and not env.php
This is causing deployment pipeline issues because config.php is supposed to be part of version control and env.php is not. Don't want to accidentally publish my AWS data to Github.
Additionally, I have also tried adding this to app/etc/di.xml file
But it doesn't affect the config export.