google-cloud-platform - 将 Google Cloud Storage 中的大文件加载到 Google Cloud Functions 中?

标签 google-cloud-platform google-cloud-functions cloud google-cloud-storage

有没有办法将大文件(> 100MB)从 Google Cloud Storage 加载到 Google Cloud Functions 中?我读了他们的 quotas “后台功能的最大事件大小”限制为 10MB。我可以逐块阅读它还是类似的东西?

非常感谢。

最佳答案

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

access the actual contents of the file ,您将为 Cloud Storage 使用 node.js 包,它不受 10MB 限制的影响。

关于google-cloud-platform - 将 Google Cloud Storage 中的大文件加载到 Google Cloud Functions 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47210842/

相关文章:

spring-boot - Spring Boot +谷歌kubernetes +谷歌SQL云无法正常工作

kubernetes - 适用于Google Cloud Platform中Kubernetes的k8s-visualizer

kubernetes - 我们可以关闭 Kubernetes 集群而不删除它们吗?

ios - 如何通过 firebase 函数将数据传递给 Paypal?

Java SaaS 架构 - 可扩展性

google-cloud-platform - 如何传递动态参数 Airflow 运算符?

node.js - Stripe 创建使用记录错误 - 时间戳必须在订阅的当前期间结束时间之前 - Date.now()?

firebase - 在 firebase 中重新部署相同的 Cloud Function 是否会占用额外的空间?

mysql - 如何从本地计算机访问EngineYard数据库?

java - Google Cloud Speech API 是否会保存我的录音?