Is there a way to take the content of a https get request (a jpg image) and pass it through to another cloud location (google cloud storage) as is? I was playing with this today and found that the image was being converted to what looks like base64, with now way to reverse the encoding or to just stream it through. Is passing an image as is not really an option?