What Is Object Storage? A Plain-English Guide
What Is Object Storage? A Plain-English Guide Object storage is a data storage architecture that manages information as discrete objects—each bundling…
Latest DevOps news from Tech News
What Is Object Storage? A Plain-English Guide Object storage is a data storage architecture that manages information as discrete objects—each bundling…
Артефакт нашей сборки — не бинарник, а код вместе с терабайтами рассчитанных таблиц. Рассказываем, как из штатных фич Airflow, Spark и Delta Lake у на…
v1.1.0: убрали HTTP-костыль для sink’ов, закрыли /metrics, Teams в UI, trusted clusters. Про v1.0.3 и типичный «pairing failed» на Docker — внутри. Пр…
Привет, Хабр! На связи Игорь Шишкин, я руковожу отделом разработки облачной платформы Рег.облака. Когда инженеру нужно где-то сложить данные, первая м…
Первый публичный релиз DataSafeS3 ( v1.0.0 ) вышел 24 июня 2026. За несколько дней после него — v1.0.1 и v1.0.2. Оба патча про исправления: для тех, к…
За последние годы я несколько раз видел одну и ту же картину в небольших и средних компаниях. Для приложений поднимают S3-совместимое хранилище. Для л…
Как мы пришли к локальному скану, фильтру Блума и переезду очереди на Kafka — и почему это всё случилось Привет, Хабр. Я Данил Кислов, разработч…
SeaweedFS is an open-source, distributed object storage system with an S3-compatible API, a filer for POSIX-style hierarchical access, and a small foo…
Introduction In the previous article, we learned the theory behind Amazon S3. Now it is time to see Amazon S3 in action. In this hands-on project, we …
Introduction In the previous articles, we explored AWS networking concepts like: VPC Subnets Internet Gateway Security Groups Route 53 Now, let's move…
If you’ve used S3, MinIO, or any cloud storage API, it’s easy to assume object storage is just a “cloud folder system.” That assumption is wrong — and…
В современных веб-приложениях хранение файлов часто отдают специализированным объектным хранилищам, таким как S3 . Это удобно, масштабируемо и надежно…
S3-совместимые хранилища предоставляют бизнесу и ИТ-специалистам широкий набор инструментов для работы с данными. Это и практически бесконечная масшта…
S3-совместимые хранилища предоставляют бизнесу и ИТ-специалистам широкий набор инструментов для работы с данными. Это и практически бесконечная масшта…
I recently read Jérémie Rodon's excellent article On-Demand Archives on S3 , where he describes an elegant Rust solution for zipping 3,000 × 5MB files…
Every Lambda function I have written that touches S3 has the same three lines of plumbing: s3 . download_file ( bucket , key , " /tmp/input.csv " ) pr…
I recently published the first stable version of BentoS3 , a lightweight S3-compatible server for local development, automated tests, and CI environme…
Precision Canary Deployments for Static Content: Beyond the "Big Bang" Release Big frontend migrations rarely fail because of one obvious bug. They fa…
A typical production S3 bucket at 18 months old has accumulated objects across every feature that ever ran. The initial uploads from your onboarding p…
If you've been building with Supabase, you know their Storage API is fantastic for web apps. But sometimes, you just need your files on your local mac…