我没有上传任何内容,Firebase存储桶逐渐装满 [英] Firebase Storage bucket fills up gradually as I don't upload anything

查看:47
本文介绍了我没有上传任何内容,Firebase存储桶逐渐装满的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个新项目,问题是我的Firebase存储器正在逐渐装满,即使我不使用它,现在它的容量为4,1 GB.
我没有创建一个存储桶,它已经装满了.
我试图做的一件事是查看云控制台中的文件,但是它们都是我无法打开的怪异格式.
直到现在,我什至都没有使用可能占用该空间的媒体.
我希望您能提出一些回溯使用方法的想法.

I am working on a new project and the problem is my firebase storage is filling gradually up even as I dont use it, right now its 4,1 GB big.
I did not have a bucket created and it was filling up.
One thing I tried to do was to look at the files in the cloud console but all of them are of a weird format that I can not manage to open up.
Until now I was not even working with media that could take up that space.
I would appreciate ideas how to backtrack the usage.

这就是我的3 GB存储桶(我从未上传过文件)的样子,知道如何打开这些文件吗?

this is how my 3 GB bucket (I never uploaded something to it) looks like, any idea how I can open these files?

推荐答案

从节点10开始,firebase部署功能的方式发生了变化,这意味着它们会在每次部署时自动将容器映像文件添加到您的云存储中.这计入您的已存储字节数"中.和带宽"火力极限.

A change to how firebase are deploying functions from node 10 onwards means they automatically add container image files to your cloud storage with every deployment. This counts towards your "Bytes stored" and "Bandwidth" limits in firebase.

为节省成本,您可以删除所有这些文件,而仅使用firebase deploy --only functions:myFunctionName部署单个功能,而不是一次部署所有功能.

To save costs you can delete all these files, and only deploy individual functions with firebase deploy --only functions:myFunctionName instead of deploying them all at once.

以下是来自Firebase支持的屏幕截图: 图片 Cloud Build Firebase定价常见问题解答

The following is a screenshot from firebase support: Links from image Cloud Build Container Registry Firebase pricing FAQ

这篇关于我没有上传任何内容,Firebase存储桶逐渐装满的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆