Open fklement opened 5 years ago
I have the same issue. Did you find a fix @fklement ?
@kofron No until now i didn't find any fix.
I ended with using the arc backend for Google Cloud Storage.
https://github.com/martide/arc_gcs .
Works perfectly!!
Having the same problem with plug uploads
Hello, i've got a little problem. I want to upload a file via a form to my google cloud bucket. With the
file_input
function from thePhoenix.HTML.Form
module i receive an upload plug like this:I use the
filename
and thepath
as input for my upload function:But when the
upload_image
function get's triggered, my application runs into a timeout.The error from my test is also not very informative...
I really hope someone can help me with my issue!
Thanks in advance, Felix