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

Storage Basics

I have some basic questions about storage. Is the boot disk the only storage on my startup instance with one of the smaller computer configurations? Basically I'm wondering how file storage works for user uploads. Is there a difference between using buckets, or a simple uploads folder? Users will be uploading job files for employees to download on the site. 

Thanks,

Jeremy.

Solved Solved
0 5 323
1 ACCEPTED SOLUTION

If "better" means "better than local disk," then with GCS you don't have to worry about managing the disk size, replication, or even keeping the machine  up.  You can host your PHP clients in a serverless environment (say, Cloud Run) and pay next to nothing for small amount of usage. At the same time, your data will be very safe.   As a side effect, when your internal users access the data, you can use granular access control management, audit logging, etc. out of the box with GCS. With bare disk, you need to manage all that yourself.

For boot disk sizes, see this. (TL;DR 64TiB)

 

 

View solution in original post