Per-GB metered. No commitment.
- S3-compatible API
- Versioning & lifecycle
- Signed URLs
- Yangon region
S3-compatible buckets for assets, backups and big-data lakes — billed per GB, free in-country egress, eleven-nines durability. Drop your existing AWS SDK into mCloud with one endpoint change.
Pay only for what you store. In-country egress is free, always. Move objects between tiers automatically with lifecycle rules.
Per-GB metered. No commitment.
Pre-purchased capacity at 40% off PAYG.
For long-term archives and compliance copies.
Drop-in compatible with the AWS S3 SDK — point your client at our endpoint and ship.
Drop-in compatible with the AWS S3 SDK. Same operations, same auth model, same response shape — different endpoint.
Keep every version, auto-tier between hot and cold, expire stale objects on a schedule — declarative rules.
Compliance-mode WORM retention for legal hold, financial records and regulator-mandated archives.
Async cross-region replication between Yangon and Mandalay — sub-minute RPO, automatic failover.
Serve assets from your own domain — cdn.yourbrand.com.mm — with auto-renewing Let's Encrypt certificates.
Free egress to any Myanmar IP, with sub-8 ms latency via MMIX peering — bandwidth bills stay low.
# Drop-in S3 SDK — only the endpoint changes. import boto3 s3 = boto3.client( "s3", endpoint_url="https://s3.ygn-01.mcloud.com.mm", aws_access_key_id="AKIA...", aws_secret_access_key="<secret>", region_name="ygn-01", ) s3.upload_file("video.mp4", "media-assets", "hero/2026/jan/launch.mp4") # → uploaded · 1.2 GB · 14.8 s · MM egress free
| Compatibility | AWS S3 API · 2006-03-01 signature v4 |
| SDK support | boto3 · aws-sdk-js · aws-sdk-go · aws-sdk-java |
| CLI | aws cli · s5cmd · rclone · mc |
| Auth | Access key + signature v4 · STS temporary creds |
| Endpoints | s3.ygn-01.mcloud.com.mm · s3.mdy-01.mcloud.com.mm |
| Max object size | 5 TB (single PUT 5 GB · multipart unlimited) |
| Bucket count | Soft limit 100 / account · raise on request |
| Objects per bucket | Unlimited |
| PUT p99 | 42 ms (intra-region) |
| GET p99 | 18 ms (intra-region) |
| Request rate | 5,500 GET / s · 3,500 PUT / s per prefix |
| At rest | AES-256-XTS · mc-managed or BYOK via KMS |
| In flight | TLS 1.3 enforced · TLS 1.2 supported |
| IAM policies | Resource-based + identity-based · bucket policy DSL |
| Object lock | Compliance and Governance modes |
| Signed URLs | Configurable TTL · GET, PUT, POST methods |
| Durability | 99.999999999% (11 nines) |
| Availability SLA | 99.95% / month |
| Replication | 6+3 erasure coding across 3 AZs |
| Multi-region RPO | < 60 s |
| Data residency | Yangon & Mandalay only |
| Certifications | ISO 27001 · SOC 2 Type II |
Yes. Point your existing AWS SDK at our endpoint URL and 99% of S3 client code works unchanged. We track AWS API conformance via the s3-go-test suite — currently at 98.6% coverage of the core operations.
Any GET request from a Myanmar IP — your own Cloud Server instances, MMIX-peered ISPs, or end users in Myanmar — costs nothing for outbound bandwidth. International egress is charged at $0.04 — $0.05 / GB.
Declarative bucket policies — for example: "move objects under /backups/ to cold tier after 30 days, delete after 7 years." Lifecycle rules are evaluated nightly and changes are free.
Yes. Bring your own KMS-managed keys via SSE-C or SSE-KMS. Keys never leave the mCloud HSM and rotation is one-click — re-encryption happens transparently.
Cold-tier objects restore asynchronously to the hot tier in 5 — 12 hours. Expedited restore (typically < 1 hour) is available at $0.10 / GB for urgent compliance retrievals.
Yes. Enable static-site hosting on a bucket, point a CNAME at cdn.mcloud.com.mm, and we'll auto-provision the Let's Encrypt certificate. The Yangon edge cache fronts it for free.
Our concierge data-import team handles bulk transfers from AWS, GCP, on-prem NAS or shipped-in hard drives.