I get as an input a valid Google Storage signed url for read
I am looking for the most elegant way to stream/upload the file from this signed url to another google storage bucket using Python
I guess it's more convenient to do so via generating an upload signed url and then streaming to it the file from the read signed url (which I get as an input), but I am open to other solutions too
Thanks!
I have this solution, but I wonder if there is a better way
and then