I'm trying to upload a file to GCS without using file.Export(), so we can avoid interacting with the host. When I use file.Contents(), I have one (large) binary that reports the error.
✘ File.contents: String! 0.0s
! file size 257548386 exceeds limit 134217728
Generally, it would be great to have a file.Bytes() function that returned the contents as a bytes slice, rather than a string.
that was what I had planned to do but forgot about today...