-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Ability to specify endpoint-url in profile #1270
Copy link
Copy link
Closed
Labels
configurationfeature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue
Description
Currently I don't seem to be able to specify an endpoint URL in my profile. I always have to specify the --endpoint-url option on the command line.
I would like to be able to do something like the following (in my ~/.aws/config file):
[default]
region = us-east-1
output = json
[profile nextcode]
region = myregion-1a
output = json
endpoint-url = http://c.my.other.aws.compatable.service.com
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
configurationfeature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue