Support --endpoint-url parameter #2696
Labels
duplicate
This issue or pull request already exists. Closing issue to avoid duplicate efforts.
feature-request
New feature or enhancement. May require GitHub community feedback.
Problem
If you have a local profile for local development using something like localstack, from the command line you can use the ASW CLI like this, to access the localstack S3 service:
aws --endpoint-url http://localhost:4566 s3api head-object --bucket "local-bucket" --key "local-object.txt"
As far as I know there is no support for setting the endpoint-url parameter in aws-toolkit-vscode.
Expected behavior
A way to set the endpoint-url parameter in aws-toolkit-vscode.
Note
There is a proposal to allow setting the endpoint url for different services using the AWS config files or environment variables but it is not implemented yet so, for now, there is no way to do this on aws-toolkig-vscode.
The text was updated successfully, but these errors were encountered: