You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Object Storage Service (OSS) is Alibaba Cloud's highly scalable, durable, and cost-effective object storage solution. OSS is the equivalent of AWS S3 or Azure Blob Storage, and is one of the most widely used Alibaba Cloud services.
Object storage stores data as objects within buckets. Each object consists of:
images/photo.jpg)Unlike file systems, object storage uses a flat namespace — there are no real directories, although you can use key prefixes to simulate a folder structure.
A bucket is a container for objects. Key properties:
OSS offers multiple storage classes to balance cost and access patterns:
| Storage Class | Use Case | Retrieval | Minimum Storage Duration |
|---|---|---|---|
| Standard | Frequently accessed data | Immediate | None |
| Infrequent Access (IA) | Data accessed less than once a month | Immediate | 30 days |
| Archive | Data rarely accessed, retrieval takes minutes | 1 minute to restore | 60 days |
| Cold Archive | Long-term archival, retrieval takes hours | 1–12 hours to restore | 180 days |
| Deep Cold Archive | Compliance archival, lowest cost | 12–48 hours to restore | 180 days |
Lifecycle rules automatically transition objects between storage classes or delete them after a specified period:
Day 0: Upload to Standard
Day 30: Transition to IA
Day 90: Transition to Archive
Day 365: Delete
| Storage Class | Durability | Availability |
|---|---|---|
| Standard | 99.9999999999% (twelve 9s) | 99.99% |
| IA | 99.9999999999% | 99% |
| Archive | 99.9999999999% | 99% (after restore) |
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.