-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Improved packager.compile() to handle s3 storage when compiler generates output to the local one. #502
Conversation
79470b6
to
d3b7133
Compare
+1 , very needed fix so S3 works. |
If someone needs urgents fix like me: monkey patch: app/init.py:
|
+1 Works well for me! |
…tes output to the local one. This patch copies the generated file. Conflicts: pipeline/packager.py
What need to be done to apply this fix to this branch? Is there a fork which is allready working? |
@cyberdelia EDIT: |
This patch resolves the problem by copying the compiled file into the packager (s3) storage.