App Engine中使用Go语言的静态文件托管限制

huangapple go评论70阅读模式
英文:

Static file hosting limits on App Engine with Go

问题

我一直在尝试找到关于使用App Engine和Go进行静态文件托管的文档,但在文档中找不到任何最新的内容。

我找到了一些(非官方的)参考资料,大约是5年前的,提到了每个目录最多1,000个文件,总共最多10,000个文件的限制,但我没有找到任何当前的官方文档,除了有关静态文件计费的信息。

那么App Engine上的静态文件托管限制是什么(如果使用Go是否会有所不同)?如果有官方文档的链接,将不胜感激。

英文:

I've been trying to find documentation on static file hosting with App Engine and Go for a while now, but can't find anything current in the documentation.

I've found a number of (unofficial) references from about 5 years ago to a 10,000 file limit with a max of 1,000 per directory, but I haven't been able to find any current official documentation on this other than information on billing for static files.

So what are the static file hosting limits on App Engine (using Go if that changes things)? Any links to official documentation will be appreciated.

答案1

得分: 1

目前在配额文档中,位于部署部分:

应用程序被开发者上传的次数。当前配额为每天10,000次。

每个版本的应用程序限制为10,000个上传文件。每个文件的最大大小限制为32兆字节。此外,如果所有版本的所有文件的总大小超过初始免费的1千兆字节,则每个月将收取0.026美元每千兆字节的费用。

英文:

It's currently on the Quotas documentation, under 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.

huangapple
  • 本文由 发表于 2015年3月9日 21:05:25
  • 转载请务必保留本文链接:https://go.coder-hub.com/28942720.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定