Streaming binary data from Google Cloud Storage to Cloud Function
问题 I have some large binary files stored in Google Cloud Storage that require byte by byte processing. I would like to do this processing using a Cloud Function, but this would require streaming the binary data through the cloud function. Does anybody have any idea how to do this. I'm using Python 3.7. 来源: https://stackoverflow.com/questions/60273469/streaming-binary-data-from-google-cloud-storage-to-cloud-function