为啥选择使用
- Durable 耐用性
- available
- scalable - distributed storage 可拓展性
- inexpensive
为什么不把音视频直接放进DB中----可以用GCS
- 放DB比放入file system的速度慢
- 太大了
- 无法做数据库优化操作,比如说添加index
GCS Bucket
- Buckets are the basic containers that hold your data. You can image buckets like the root directory in your file system. You can upload any file as an object into your bucket.
- The bucket name must be globally unique, there's only one single namespace in GCS.
- You can apply labels to buckets to group buckets together.