FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Built Free Unlimited S3-Compatible Storage Using Telegram as Backend
NewsDevOps

I Built Free Unlimited S3-Compatible Storage Using Telegram as Backend

via Dev.to TutorialYoung Gao2h ago

The Problem Cloud storage is expensive. S3, GCS, Azure Blob — they all charge per GB stored and per request. For personal projects, side hustles, or small teams, these costs add up fast. I wanted something that was: Free (actually free, not free-tier-that-expires) S3-compatible (works with aws-cli, rclone, any S3 SDK) Serverless (no servers to maintain) Unlimited storage The Solution: TG-S3 I built TG-S3 — an S3-compatible storage gateway that uses Telegram as the storage backend and runs on Cloudflare Workers (free tier). How It Works TG-S3 uses a 3-tier storage hierarchy: Cloudflare CDN — cached content for fast reads Cloudflare R2 — persistent cache for files up to 20MB Telegram API — unlimited file storage (up to 2GB per file with VPS proxy) Metadata lives in Cloudflare D1 (SQLite), and the S3 API gateway runs serverlessly on Cloudflare Workers. Features 21 S3 API operations including multipart uploads and presigned URLs Works with aws-cli, rclone, any S3 client Telegram Bot with f

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
2 views

Related Articles

Refurb weekend double header: Alpha Micro AM-1000E and AM-1200
News

Refurb weekend double header: Alpha Micro AM-1000E and AM-1200

Lobsters • 2h ago

5 Useful UIView Extensions Every iOS Developer Should Know
News

5 Useful UIView Extensions Every iOS Developer Should Know

Medium Programming • 3h ago

News

Your App Has Been Profiling You This Whole Time. Now It’s Your Turn.|Android Profiling Deep Dive

Medium Programming • 3h ago

iPhone 17e vs. Google Pixel 10a vs Samsung Galaxy A56: This budget phone wins it for me
News

iPhone 17e vs. Google Pixel 10a vs Samsung Galaxy A56: This budget phone wins it for me

ZDNet • 4h ago

Testing, Structure, and the Problem of the Unfalsifiable Anchor
News

Testing, Structure, and the Problem of the Unfalsifiable Anchor

Medium Programming • 5h ago

Discover More Articles