-
Notifications
You must be signed in to change notification settings - Fork 29
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
Lib does not honor scheme key in AWSConfig Object #43
Comments
I have forked the repo and done the necessary mods, I don't have a local setup to run the tests, also found another issue where the bucket was prepended to the url that broke DNS on a local Minio Instance Happy to provide a Pull Request if you want to see what we did, to make it work, might be worth it for future K6 use, as we will be using K6 for testing in Kubernetes, and it will all be http |
Hey @MarkCupitt, it looks like you're correct 🤝 We have fixed a couple of issues regarding signature in the last few weeks, and we probably have overlooked this. I believe we had proper support for the scheme prior to that, but I might be wrong. If you have the bandwidth for it, a Pull Request addressing this would be much appreciated, otherwise I'll probably try to address this in the close future indeed. Let me know 🙇🏻♂️ |
I'll send you a PR over the weekend, it's a bit smash and grab, but you can
fix that easily
…On Fri, 28 Apr 2023, 5:32 pm Théo Crevon, ***@***.***> wrote:
Hey @MarkCupitt <https://github.com/MarkCupitt>, it looks like you're
correct 🤝 We have fixed a couple of issues regarding signature in the
last few weeks, and we probably have overlooked this. I believe we had
proper support for the scheme prior to that, but I might be wrong.
If you have the bandwidth for it, a Pull Request addressing this would be
much appreciated, otherwise I'll probably try to address this in the close
future indeed. Let me know 🙇🏻♂️
—
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJ7RUGX676UELH65A2H63TXDOFB3ANCNFSM6AAAAAAXNJTXVQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I believe this is now fixed, and will land in version |
Im trying to test k6 locally with a Minio Standalone server installed on the same machine
The AWSConfig Object supports the Normal S3
scheme
key that can be set to 'http || https'Here is the type declaration
however it appears that the functions do not honor this setting, for example
I have tried using minio in set up for ssl for a self signed cert but the lib reports a tls error (pretty normal)
Is there a way to achieve this? I would expect this is a normal dev scenario, and am hoping for a way to make this work
Many thanks
The text was updated successfully, but these errors were encountered: