Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Transfer static files from Git Repo to Google Cloud Bucket

Hey, I want to store my static files on google cloud. I want to know if there is a way to transfer files from a git repo to a Google cloud bucket or should I just upload it from local source.

1 1 581
1 REPLY 1

Hi @DarthNecro,

Welcome to Google Cloud Community!

As of the moment, there's no option to store files from your repository to Google Cloud Storage. You could perform git clone and store the files to your local machine. Google Cloud Storage is a bucket to be used by your application to store objects that is pulled once the application needed them.

Hope this helps.