Cloud Run slow with Cloud Storage Signurl (Service Account)
I’m using a private bucket to host m3u8 videos which I then serve on demand by signing all the “.ts” segments using the Google Cloud Storage Signurl client for Golang. Testing on my computer worked, it took about 3 seconds to upload the m3u8 file and then sign each segment and then serve it back to the end user.