2
votes

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.

1

1 Answers

2
votes

No, you will not be charged. You will be going through the urlfetch interface, which if used with a Google Cloud Storage URL does not incur bandwidth charges.