google-cloud-storage - 如何保持存储桶与 Google Cloud Source Repository 同步

标签 google-cloud-storage google-cloud-platform google-cloud-repository

问题:

Google 是否会自动将更改推送到项目的 Cloud Source Repository 来更新存储桶?

示例:

我创建了一个名为 Cooking 的 Google Cloud Platform 项目,并将文件 recipe.txt 存储在存储桶中。

我修改 recipe.txt 并将更改从本地主分支推送到 Cloud Source Repository 以进行 Cooking

当我查看项目的“源代码”面板时,我看到 recipe.txt 已更新为我的最新更改。

当我查看项目的存储桶时,我发现 recipe.txt 不是最新的(即与项目的 Cloud Source Repository 不同步)。

最佳答案

没有。 Google Cloud Source Repository 可以配置为与其他 git 存储库服务(例如 GitHub 或 Bitbucket)保持同步,但 Google Cloud Source Repository 存储库和 GCS 存储桶之间没有关系。

关于google-cloud-storage - 如何保持存储桶与 Google Cloud Source Repository 同步,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36730800/

相关文章:

git - 如何同时使用 Github 和 Firebase?

kubernetes - 如何禁用 Stackdriver 日志记录?

google-cloud-storage - GCS - 项目超出了创建和删除存储桶的速率限制

google-cloud-platform - 我的云跑服务如何调用其他云跑服务?

azure - Azure AD 是否与 GCP/GKE 集成以允许 SSO?

google-cloud-platform - "gcloud container clusters"和 "kubectl"命令在使用它们在 GCP 上配置 K8S 集群时有什么区别?

docker - 使用 kubernetes 时找不到 Package.json 文件

docker push 被拒绝 : Unable to determine the upload's size

python - 在 Google Cloud Storage 中以编程方式创建和删除存储桶

hadoop - 将文件从 Google Cloud Storage 加载到本地 Hadoop 集群