Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud storage 如何保持存储桶与Google云源存储库同步_Google Cloud Storage_Google Cloud Platform_Google Cloud Repository - Fatal编程技术网

Google cloud storage 如何保持存储桶与Google云源存储库同步

Google cloud storage 如何保持存储桶与Google云源存储库同步,google-cloud-storage,google-cloud-platform,google-cloud-repository,Google Cloud Storage,Google Cloud Platform,Google Cloud Repository,问题: 谷歌是否会自动更新存储桶,并将更改推送到项目的云源存储库 示例: 我创建了一个名为Cooking的谷歌云平台项目,并将文件recipe.txt存储在一个桶中 我修改recipe.txt,并将更改从本地主分支推送到烹饪的云源存储库中 当我查看项目的源代码面板时,我看到recipe.txt是我最新更改的最新版本 当我查看我的项目的存储桶时,我发现recipe.txt不是最新的(即与项目的云源存储库不同步)。否。谷歌云源存储库可以配置为与其他git存储库服务保持同步,如GitHub或Bitbu

问题:

谷歌是否会自动更新存储桶,并将更改推送到项目的云源存储库

示例:

我创建了一个名为Cooking的谷歌云平台项目,并将文件recipe.txt存储在一个桶中

我修改recipe.txt,并将更改从本地主分支推送到烹饪的云源存储库中

当我查看项目的源代码面板时,我看到recipe.txt是我最新更改的最新版本


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

否。谷歌云源存储库可以配置为与其他git存储库服务保持同步,如GitHub或Bitbucket,但谷歌云源存储库和GCS存储桶之间没有关系