我的GCP项目正在自动创建存储桶 [英] My GCP project is automatically creating storage buckets

查看:69
本文介绍了我的GCP项目正在自动创建存储桶的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在Google App Engine上部署了一个node.js API,该API使用云存储来存储文件.我创建了一个存储桶,其名称为<my-project-id>.appspot.com.几天后,我开始意识到还有另外两个存储桶是在我不知情的情况下创建的,其标题分别为:staging.<my-project-id>.appspot.com<zone-name>.artifacts.<my-project-id>.appspot.com.为什么创建这些存储桶?这些是为了备份吗?我需要为此付费吗?

I have deployed a node.js API on Google App Engine which uses cloud storage for storing files. I had created a bucket, which bore the title as <my-project-id>.appspot.com. After a few days I have come to realize that there are 2 more storage buckets which were created without my knowledge, with the titles: staging.<my-project-id>.appspot.com and <zone-name>.artifacts.<my-project-id>.appspot.com. Why are these buckets getting created? Are those meant for backups? Am I being charged for those?

推荐答案

这些存储桶是在GAE上部署应用程序时创建的.

These buckets are created when you deploy an app on GAE.

当GAE部署新版本的应用程序时,将为临时存储创建名为 staging.project-id.appspot.com 的存储桶.该存储桶仅供App Engine使用-应用程序无法与此存储桶进行交互.

The bucket named staging.project-id.appspot.com is created for temporary storage when GAE deploys new versions of your app. This bucket is only available for the App Engine use - apps can't interact with this bucket.

存储桶 zone.artifacts.project-id.appspot.com 来自容器注册表,并存储推送到注册表的容器映像.

The bucket zone.artifacts.project-id.appspot.com comes from the Container Registry and stores the container images pushed to a registry.

关于定价-GCS 始终免费" 使用限制也适用于这些水桶.

Regarding the pricing - GCS Always Free usage limits apply to these buckets as well.

这篇关于我的GCP项目正在自动创建存储桶的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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