Google Cloud Storage and being charged for files not found

那年仲夏 提交于 2021-01-27 14:32:17

问题


Does anyone know if you are charged for a file request in Google Cloud Storage if the file doesn't exist? In other words, does someone accessing a non-existent file in your bucket count against your requests? Or is that only for files that exists?


回答1:


Customers are not charged for requests that result in a 400-level or 500-level HTTP response.

The only exception is for 404 responses returned for buckets that have Website Configuration enabled with a custom NotFoundPage object.



来源:https://stackoverflow.com/questions/16322925/google-cloud-storage-and-being-charged-for-files-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!