-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Feature: Configure Services' Endpoint URLs via Environment Variables #1239
Copy link
Copy link
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.no-autocloseThis issue should not be auto-closed by stale-issue-cleanup action.This issue should not be auto-closed by stale-issue-cleanup action.p2This is a standard priority issueThis is a standard priority issue
Description
I've been looking the documentation about environment variables and see that you are able to configure credentials, regions, and profiles using environment variables, but I do not see a way to configure the endpoint url option to point to our internal proxy.
My suggestion is to configure the endpoint url if either the AWS_<REGION>_<SERVICE>_ENDPOINT or AWS_<SERVICE>_ENDPOINT (in that order of priority) environment variables are available.
I suggest making this change in one of these locations (that I have found so far) in order of suggestion preference:
For reference purposes:
Aws\Credentials\CredentialsProvideruse of environment variables- PHP
getenvDocumentation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.no-autocloseThis issue should not be auto-closed by stale-issue-cleanup action.This issue should not be auto-closed by stale-issue-cleanup action.p2This is a standard priority issueThis is a standard priority issue