Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inconsistency with .env loaders out of the box
PHP .env loaders such as `symfony/dotenv` or `vlucas/phpdotenv` populate `$_SERVER` and `$_ENV` out of the box, but don't call `putenv()` in order to preserve thread safeness. This means .env is loaded by them, but AWS SDK does not read it, creating inconsistent experience when handling real env variables and env variables loaded by these loaders
- Loading branch information