You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Cloud Object Storage (COS) is Tencent Cloud's highly scalable, durable, and cost-effective object storage service. COS is the equivalent of AWS S3 or Alibaba Cloud OSS.
Object storage stores data as objects within buckets. Each object consists of:
images/photo.jpg)Object storage uses a flat namespace — key prefixes simulate a folder structure.
A bucket is a container for objects:
<BucketName-APPID> (e.g., my-bucket-1250000000)COS offers multiple storage classes to balance cost and access patterns:
| Storage Class | Use Case | Retrieval | Min Duration |
|---|---|---|---|
| Standard | Frequently accessed, hot data | Immediate | None |
| Standard-IA (Infrequent Access) | Accessed less than once a month | Immediate | 30 days |
| Intelligent Tiering | Unknown or changing access patterns | Automatic | None |
| Archive | Rarely accessed, retrieval in minutes | 1–5 minutes (expedited) to 3–5 hours | 90 days |
| Deep Archive | Long-term compliance archival | 12–24 hours | 180 days |
Intelligent Tiering automatically moves objects between access tiers based on usage:
Automate data management:
Day 0: Upload to Standard
Day 30: Transition to Standard-IA
Day 90: Transition to Archive
Day 365: Delete
| Storage Class | Durability | Availability |
|---|---|---|
| Standard | 99.999999999% (eleven 9s) | 99.95% |
| Standard-IA | 99.999999999% | 99.9% |
| Intelligent Tiering | 99.999999999% | 99.95% |
COS achieves this durability by storing data redundantly across multiple devices and facilities within a region.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.