Venelin Stoykov

Results 157 comments of Venelin Stoykov

I'll be happy to review a PR for that.

Hello @iho, can you provide some example code and a traceback or error that you see?

Finally some clue. It looks like smething changed in boto3 and the way how django imagekit is playing with files is not very usefull for boto3. Currently I'm very busy...

@philippeluickx After this fix in django-s3-storage https://github.com/etianen/django-s3-storage/commit/0286570e5afbfa6909fa65d95d0fb49ed1e45ebc this issue must be gone. Check with `django-s3-storrage==0.9.11`

Now when I see in django-storages source code I see that the storage does not support reopening of the file. Also as stated in this issue https://github.com/jschneier/django-storages/issues/64 there may be...

@jkbrzt can you test with latest version of `django-s3-storage` instead of `django-storages` to see if your problem still persist without monkey patching? From what I see the problem is not...

@shapoglyk are you also using `django-storages` and storing files on S3 or your case is different? If it is the same can you replace `django-storages` with `django-s3-storage`?

That's interesting. Can you install from git to confirm that the issue is still there or is fixed but unreleased?

Hi guys. Can you check if the latest changes in `develop` (changes from #405) will fix the issue for you? @charlesthk @shapoglyk @jkbrzt @philippeluickx

@CedricCarrard thank you for reporting. Can you paste some traceback.