-
Notifications
You must be signed in to change notification settings - Fork 71
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
Parameter validation failed using result_storage #45
Comments
Could you print out the versions of the packages you're using? I'll try to reproduce this. |
My requirements is:
The difference is when put the image to storage use:
And when use the result_storage:
|
Thanks, I'll try to take a look at this whenever I get the chance. |
@Bladrak Consider i'm using a http_loader to get a external image via URL. |
@eduherraiz I think the issue might come from requiring boto; tc_aws now uses botocre directly (not boto), hence there might be some conflicts here. |
Could you do a
|
I tried removing the boto package but is still failing.
And for more information i'm trying to get the thumbor URL: |
Ok, could you print your thumbor config as well? |
Of course!
I tried to change TC_AWS_ENABLE_HTTP_LOADER to True, but didn't solve the problem. |
I think you may have an issue with your configuration, when you set the value False, you put it between quotes, maybe try removing them? |
Commit cf418fa should fix the issue. I've published version 2.1.1 with this fix. |
@eduherraiz feel free to close this issue once you tested the fix :) |
Thank you!! I will test it soon. |
The fix works fine. Thank you @Bladrak !! |
I'm testing this thumbor_aws fork trying to include it my docker-thumbor image:
APSL/docker-thumbor#4
The case is, is working when put a image at s3 storage, but when try to put the same with the result_storage I get the exception:
I tried but I can't see the problem.
The text was updated successfully, but these errors were encountered: