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

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

问题描述

我在 Google App Engine 上部署了一个 node.js API,它使用云存储来存储文件.我创建了一个存储桶,其标题为 <my-project-id>.appspot.com.几天后,我意识到还有 2 个存储桶是在我不知情的情况下创建的,标题为: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.

名为 staging.project-id.appspot.com 的存储桶是在 GAE 部署应用的新版本时为临时存储而创建的.此存储桶仅供 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 来自 Container Registry,并存储推送到注册表的 容器映像.

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天全站免登陆