Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support --endpoint-url parameter #2696

Closed
rubensa opened this issue Jun 15, 2022 · 1 comment
Closed

Support --endpoint-url parameter #2696

rubensa opened this issue Jun 15, 2022 · 1 comment
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.

Comments

@rubensa
Copy link

rubensa commented Jun 15, 2022

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.

@rubensa rubensa added the feature-request New feature or enhancement. May require GitHub community feedback. label Jun 15, 2022
@justinmk3
Copy link
Contributor

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

Nice find! Would you mind pasting your info into #2007 so that we can track this topic in one issue?

@justinmk3 justinmk3 added the duplicate This issue or pull request already exists. Closing issue to avoid duplicate efforts. label Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants