Skip to content
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

3rd party mixin: Automatically upload images to S3 instead of returning Data URIs #174

Open
jhubert opened this issue Jul 18, 2015 · 1 comment

Comments

@jhubert
Copy link
Contributor

jhubert commented Jul 18, 2015

The files that I deal with have a lot of images in them and they cause the resulting html file to be huge. To solve this, I've hired someone to build a mixin that automatically uploads the files to an S3 bucket and returns the URLs.

You can check it out here: https://github.com/jhubert/pydocx-s3-images

Thoughts, feedback, pull-requests, etc always appreciated. 🚀

@IuryAlves
Copy link
Contributor

I've been using some similar logic to convert wmf/emf images to png.
Does s3 can upload multiple files? Send multiple files at once may increase the speed from pydocx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants