How to keep storage bucket synced with Google Cloud Source Repository -


question:

does google automatically update storage buckets changes pushed project's cloud source repository?

example:

i create google cloud platform project called cooking , store file recipe.txt in bucket.

i modify recipe.txt , push changes local master branch cloud source repository cooking.

when @ source code panel project, see recipe.txt up-to-date latest changes.

when @ storage bucket project, see recipe.txt not up-to-date (i.e. not in sync project's cloud source repository).

no. google cloud source repositories can configured stay in sync other git repository services, such github or bitbucket, there no relationship between google cloud source repository repositories , gcs buckets.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -