thumbor_aws
thumbor_aws copied to clipboard
Thumbor AWS extensions
Thumbor report successful delete while in practice the delete fails.
``` socket.error: [Errno 98] Address already in use Traceback (most recent call last): File "/usr/bin/thumbor", line 9, in load_entry_point('thumbor==4.10.0', 'console_scripts', 'thumbor')() File "/usr/lib64/python2.6/site-packages/thumbor/server.py", line 90, in main server.bind(context.server.port, context.server.ip) File...
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 =...
There are multiple buckets, for which there is the ability to specify various buckets.
Thumbor 5 release brought breaking changes to their APIs. This PR fixes s3_loader to comply with new APIs.
Hello @willtrking, Given you don't seem to have the time to maintain this repository, we forked it under the https://github.com/thumbor-community organisation. I hope you don't mind, but some of us...
**UPDATE** Ah, I missed the pull request in async S3 HTTP with botornado #14 Please merge! :) **ORIGINAL POST** When comparing the loader and storage classes in this plugin with...
Hello, Has this module been used successfully in a production environment? Also I'm having some issues with safe (signed) URLs. Here's the debug log: Wed, 18 Sep 2013 14:42:10 GMT...