Google Cloud Storage
Unified object storage for developers and enterprises
View documentation
for this product.
Storage solutions for any workload
Move data seamlessly across storage classes
You may not know right away which of our classes makes sense for your project. Just get started with one and then it’s painless to switch tiers. As your needs change,
Object Lifecycle Management
can help you automatically optimize price/performance across classes. The level of geo-redundancy will be maintained as you move from class to class within your bucket location.
{content_copy
"lifecycle": {
"rule": [
{
"action": {
"type": "SetStorageClass",
"storageClass": "NEARLINE"
},
"condition": {
"age": 365,
"matchesStorageClass": ["MULTI_REGIONAL", "STANDARD", "DURABLE_REDUCED_AVAILABILITY"]
}
},
{
"action": {
"type": "SetStorageClass",
"storageClass": "COLDLINE"
},
"condition": {
"age": 1095,
"matchesStorageClass": ["NEARLINE"]
}
}
]
}
}
Check out what customers are building
From mobile applications to data pipelines to storing backups.
Docs and Code samples
What's New
Read the latest on product updates and how customers are using Google Cloud Platform:
Highlights from Next ’19
Learn and build on GCP for free
12 Month Free Trial + Free Usage Tiers
$300 free credit to get started with any GCP product, plus free usage limits on participating products for eligible customers. Offer is subject to change.




