We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed with Bladrak I am opening this issue in respects of the S3 loader not working properly.
Please see the below config and logs.
S3_LOADER_BUCKET = 'my-bucket-xxx' S3_ALLOWED_BUCKETS = ['my-bucket-xxx'] AWS_ENABLE_HTTP_LOADER=True
2015-09-28 13:51:13 thumbor:DEBUG STATSD: storage.miss:1|c 2015-09-28 13:51:13 tornado.access:WARNING 404 GET /unsafe/fit-in/525x650/filters:watermark(/my-bucket-xxx/watermark.png,0,0,0)/my-bucket-xxx/APAP131C78CE.jpg (127.0.0.1) 5.05ms
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As discussed with Bladrak I am opening this issue in respects of the S3 loader not working properly.
Please see the below config and logs.
S3_LOADER_BUCKET = 'my-bucket-xxx'
S3_ALLOWED_BUCKETS = ['my-bucket-xxx']
AWS_ENABLE_HTTP_LOADER=True
2015-09-28 13:51:13 thumbor:DEBUG STATSD: storage.miss:1|c
2015-09-28 13:51:13 tornado.access:WARNING 404 GET /unsafe/fit-in/525x650/filters:watermark(/my-bucket-xxx/watermark.png,0,0,0)/my-bucket-xxx/APAP131C78CE.jpg (127.0.0.1) 5.05ms
The text was updated successfully, but these errors were encountered: