Samuel Bichsel

Results 13 comments of Samuel Bichsel

Sure. I added the scheme and the used helper classes.

The issue has been fixed and can be closed.

The problem is possibly that gzip is activated for SVG files on S3. So the thumbnailer gets a gzip stream which it can't handle. As a workaround disable gzip for...

I'm stuck with the @code problem as well. @shpakovski could you please create a pull request to merge your fix into jazzy?

Yes, the size method/ivar is the problem there, but it only occurs because we exchange the existing file in content with the new ByteIO stream. My approach is to leave...

@jschneier I'd really like to switch back to the pypi version instead of using our fork. Any progression in the matter of this PR?

Ok, I try to find the time this or the next week.

I just tried to adjust `test_s3boto.py::test_storage_save_gzip`, but unfortunately I wasn't able to figure out what exactly the arguments in `key.set_contents_from_file.assert_called_with` should be for gzipped data. Any hints?