标签: python firebase google-cloud-platform google-cloud-functions firebase-storage
我正在使用可访问Cloud Storage中文件的python Cloud Function。我正在使用urllib.request.urlopen(url)加载文件。但是,考虑到云功能和存储在同一位置,这似乎相对较慢。有没有更快的方法可以做到这一点?也许在Firebase Admin SDK中?
urllib.request.urlopen(url)