将大文件从 Google Cloud Storage 加载到 Google Cloud Functions 中?

2024-01-11

有没有办法将大文件(>100MB)从 Google Cloud Storage 加载到 Google Cloud Functions 中?我在他们的书中读到quotas https://cloud.google.com/functions/quotas“后台函数的最大事件大小”限制为 10MB。我可以按块或类似的方式阅读它吗?

非常感谢。


Cloud Functions for Storage 由文件的元数据触发,该元数据相对较小,不会达到最大事件侧限制。

To 访问文件的实际内容 https://firebase.google.com/docs/functions/gcp-storage-events#download_transform_and_upload_a_file,您将使用 Cloud Storage 的 node.js 包,该包不受 10MB 限制的影响。

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

将大文件从 Google Cloud Storage 加载到 Google Cloud Functions 中? 的相关文章

随机推荐