3
votes

Question:

Does Google automatically update storage buckets with changes pushed to a project's Cloud Source Repository?

Example:

I create a Google Cloud Platform project called Cooking and store the file recipe.txt in a bucket.

I modify recipe.txt and push the changes from my local master branch to the Cloud Source Repository for Cooking.

When I look at the Source Code panel for my project, I see recipe.txt is up-to-date with my latest changes.

When I look at the storage bucket for my project, I see recipe.txt is not up-to-date (i.e. not in sync with the project's Cloud Source Repository).

1

1 Answers

2
votes

No. Google Cloud Source Repositories can be configured to stay in sync with other git repository services, such as GitHub or Bitbucket, but there is no relationship between Google Cloud Source Repository repositories and GCS buckets.