If I create an application on Google App Engine, would I incur ingress and egress charges on data transferred to and from Google Cloud Storage through by my app instances?
The documentation seemed to suggest that such charges are not incurred when using the GCS client library. However, I'd like to use Go on App Engine. As far as I can tell, there is no GCS client library for Go so I would be using the Cloud Storage REST API.
Thank you.