使用 Go 的 App Engine 上的静态文件托管限制

Static file hosting limits on App Engine with Go

一段时间以来,我一直在尝试查找有关使用 App Engine 和 Go 托管静态文件的文档,但在文档中找不到任何最新信息。

我发现了大约 5 年前的许多(非官方)参考资料,提到 10,000 个文件限制,每个目录最多 1,000 个,但我无法找到关于此其他文件的任何当前官方文档比有关静态文件的计费信息。

那么 App Engine 上的静态文件托管限制是什么(如果发生变化,请使用 Go)?任何指向官方文档的链接将不胜感激。

它目前在配额文档中,在 Deployment:

The number of times the application has been uploaded by a developer. The current quota is 10,000 per day.

An application is limited to 10,000 uploaded files per version. Each file is limited to a maximum size of 32 megabytes. Additionally, if the total size of all files for all versions exceeds the initial free 1 gigabyte, then there will be a $ 0.026 per GB per month charge.