Technology

Tencent COS

Tencent Cloud's Cloud Object Storage — S3-compatible, the storage backbone for Tencent's gaming, video, fintech, and Hunyuan AI training stacks. Strongest in mainland China; international regions are secondary.

8 connections 2 resources 2 posts

Summary

What it is

Tencent Cloud's Cloud Object Storage — S3-compatible, the storage backbone for Tencent's gaming, video, fintech, and Hunyuan AI training stacks. Strongest in mainland China; international regions are secondary.

Where it fits

Second of the three China-side S3 implementations alongside Aliyun OSS and Huawei OBS. Workload mix skews more toward video/CDN origin and gaming asset distribution than the AI-training-heavy Aliyun OSS, but the foundation-model role exists too via Hunyuan.

Misconceptions / Traps
  • API compatibility is at the operation level (PUT/GET/LIST/multipart) but the Authorization header signing scheme is Tencent's COS-specific signature for native SDKs — drop-in AWS SDKs work with the V4 signature compatibility shim, but non-SDK tooling needs care.
  • Same data-localization caveat as Aliyun OSS — most workloads end up architecturally pinned to PRC-domestic regions.
  • 200 buckets per APPID is a hard cap. Multi-tenant designs must shard tenants across multiple APPIDs or use prefix-isolation inside fewer buckets.
  • Latency is meaningfully higher than Aliyun OSS for in-China access: ~50ms vs ~30ms. For latency-sensitive applications choose region carefully or pair with Tencent CDN.
  • Nine storage classes (Standard / IA / Archive / Deep Archive / Intelligent Tiering, each with single-AZ and MAZ variants) is more granular than AWS — opportunity to cost-optimize, complexity to manage. MAZ tiers add 99.995% availability over single-AZ's 99.99%.

Pricing posture (April 2026): Standard ~$0.017/GB-mo → IA ~$0.0094 → Archive ~$0.0045 → Deep Archive ~$0.0020. Free tier: 5 GB Standard + 100 GB monthly traffic. Outbound traffic ~$0.118/GB at the 100 GB-10 TB tier, dropping to ~$0.094/GB above 150 TB. Prepaid resource packs deduct first; overflow falls to pay-as-you-go.

Footprint: 26 regions / 53 AZs. #3 in China cloud storage by market share, #2 by ecosystem reach via the gaming + WeChat platform integration.

Key Connections
  • implements S3 API
  • enables East Data West Computing
  • solves China Data Localization
  • scoped_to Sovereign Storage

Definition

What it is

Tencent Cloud's Cloud Object Storage — an S3-compatible object storage service serving as the storage backbone for Tencent's gaming, video, fintech, and Hunyuan AI training workloads. Compatible with the AWS S3 API at the operation level (PUT/GET/LIST/multipart) and exposes the same bucket-and-key data model. Strongest deployment density inside greater China; international regions exist but are secondary to the domestic footprint. **99.9999999999% (12 nines) per-object durability** via cross-architecture, multi-device redundancy.

Why it exists

Tencent runs the second-largest Chinese cloud and needs an in-region S3-compatible plane for both regulated workloads and the company's own large-model training pipeline. COS sits in the same export-control / data-localization niche as Aliyun OSS but is the Tencent-ecosystem default.

Primary use cases

S3-compatible storage for Tencent-domiciled AI training and inference, video/CDN origin storage at petabyte scale, fintech and gaming data lakes constrained to China-domestic regions, Tencent Hunyuan model checkpoints.

Recent developments

Latest signals
  • 12-nines per-object durability (99.9999999999%). Tencent COS publishes 12-nines per-object durability via cross-architecture, multi-device redundancy — matching AWS S3's published number. Per Tencent Cloud — COS product page.
  • Full AWS S3 API compatibility for community tooling. Drop-in compatibility with the AWS S3 API allows direct use of community tools, plugins, and SDKs without modification. Per Tencent Cloud — Cloud Object Storage EN.
  • Deep Archive tier pricing documented for cost-modeling. Tencent's TechPedia explains deep-archive charging mechanics — useful for operators planning multi-PB archival workloads where retrieval cost dominates. Per Tencent Cloud TechPedia — COS deep archive charges.
  • Multi-language SDK + CLI + GUI tooling. Web-based console, multi-language SDKs (Python, Go, Java, Node, C++, .NET), command-line tools, and graphical clients. Per Tencent Cloud — COS overview document.
  • RcloneView integration adds GUI management for Tencent COS. Community-developed cross-platform RcloneView client now supports Tencent COS as a managed S3-compatible target. Per RcloneView — Manage Tencent COS.

Connections 8

Outbound 7
Inbound 1

Resources 2

Featured in