-
Notifications
You must be signed in to change notification settings - Fork 12
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
Warning of missing "use_https" while it is there. #3
Comments
I have the same issue, any solutions? |
We encounter that error while using
|
found a workaround but am too fried to figure out why. There is a bug in "minio.s3:::setup_s3_url()" where it apparently cannot find the variable "use_https". Commenting out the the following check in the function resolves the issue. It is odd as there is a default for the variable in the function call.
Sorry am not more help with tracking it down. Too fried atm. Edit: well should read, thanks for the response, will check it out tomorrow. Best wishes |
Yes, I read the source, also feel confused, "it is here, isn't it?" |
Hello all for not really being active here. When I wrote this package, I had a Minio in a local server. Hence, It was connecting to Https instead of Http. So, when using this package please mention if you are using Http or Https. |
@GreenEric @nagdevAmruthnath we had similar problems, we end up solving this on a @vstathias fork: |
That would be great! I will merge it when I get PR.
…On Fri, Apr 23, 2021, 20:12 Marcin Pilarczyk ***@***.***> wrote:
@GreenEric <https://github.com/GreenEric> @nagdevAmruthnath
<https://github.com/nagdevAmruthnath> we had similar problems, we end up
solving this on a @vstathias <https://github.com/vstathias> fork:
https://github.com/vstathias/minio.s3
Maybe @vstathias <https://github.com/vstathias> can make a PR and merge
this to @nagdevAmruthnath <https://github.com/nagdevAmruthnath> repo
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AICXZNPN3CDLAGMZA3QR2XTTKIEE7ANCNFSM4OK74MZQ>
.
|
Hi, Nagdev,
Sorry, it's me again.
I'd encountered such situation for times.
It keeps telling
"use_https" is missing
while it is enrolled.Does it mean I miss some other parameters?
Many thanks for your great support and advice.
Best regards,
Eric
The text was updated successfully, but these errors were encountered: