-
Notifications
You must be signed in to change notification settings - Fork 282
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
Ability to specify endpoint url in config #28
Comments
Hi Stefán, Thanks for the feedback request. Seems do-able, I'll put it on the TODO list. -Donne |
Awesome... thank you! I'll see if I can find some time and do a pull request but things are a bit hectic these days. |
Any news on this feature ? Thank you |
This would be a great feature - my use case is for local testing with dynamodb-local |
I second the request. We use Scality for S3-compatible on-prem storage. There should be a way, IMHO, to define the url of a self-hosted service in the sections of the aws config file. Hoping, by the way, that the AWS VS Code extension would also use the new setting. It's very helpfull to get an overview of buckets and prefixes there. |
I'm not quite sure if saws is committed to using the exact same configuration syntax as the aws-cli tools.
I reported this feature request on that a while ago:
aws/aws-cli#1270
Nothing has happened there yet but I'm hoping that saws might be more willing to incorporate this feature.
I'm copying the text from the above feature request here:
The reason for requesting this is that we use an EC2 compatable infrastructure manager (http://www.qstack.com) which I would like to use aws-cli or saws for managing. The problem is that for aws-cli I need to specify the --endpoint-url parameter every time on the command line, which is annoying. Instead I would like to be able to put it into the profile in the configuration file.
The text was updated successfully, but these errors were encountered: