MaGe Linux Operations
MaGe Linux Operations
Feb 28, 2026 · Cloud Computing

Deploying MinIO: A Complete Guide to Private S3‑Compatible Object Storage

This guide explains why traditional block and file storage struggle with massive unstructured data, introduces MinIO as a high‑performance, Go‑based S3‑compatible object storage, and provides step‑by‑step instructions for single‑node and erasure‑coded multi‑node deployments, TLS setup, client usage, policies, monitoring, backup, and troubleshooting.

BackupKubernetesMinIO
0 likes · 35 min read
Deploying MinIO: A Complete Guide to Private S3‑Compatible Object Storage
Linux Ops Smart Journey
Linux Ops Smart Journey
Aug 21, 2025 · Cloud Native

Why MinIO Dropped Its Console and How RustFS Can Fill the Gap

The article explains MinIO's removal of its open‑source console in May 2025, introduces the RustFS distributed object storage as an alternative, and provides step‑by‑step Docker deployment, log inspection, and basic mc commands to verify functionality.

Object StorageRustFSS3 Compatibility
0 likes · 7 min read
Why MinIO Dropped Its Console and How RustFS Can Fill the Gap
macrozheng
macrozheng
Jul 31, 2025 · Cloud Computing

Unlock RustFS: High‑Performance Distributed Storage with Docker & SpringBoot

This guide introduces RustFS, a high‑performance Rust‑based distributed object storage system, covering its key features, Docker installation, console usage, and step‑by‑step integration with SpringBoot for file upload and deletion, including code snippets and configuration details.

DockerRustFSS3 Compatibility
0 likes · 11 min read
Unlock RustFS: High‑Performance Distributed Storage with Docker & SpringBoot
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Sep 2, 2022 · Cloud Computing

Design and Implementation of a Scalable, High‑Availability Object Storage Service (OSS) Based on SeaweedFS

This article describes the design goals, technology selection, architecture, high‑availability mechanisms, performance testing, cost optimization, and seamless migration strategy of a new object storage service built on SeaweedFS to support billions of files with low latency and high reliability.

Object StorageS3 CompatibilitySeaweedFS
0 likes · 16 min read
Design and Implementation of a Scalable, High‑Availability Object Storage Service (OSS) Based on SeaweedFS
macrozheng
macrozheng
Aug 31, 2022 · Backend Development

How to Install MinIO and Integrate It with Spring Boot for File Uploads

This guide introduces MinIO, an open‑source, S3‑compatible object storage written in Go, outlines its key features and deployment via Docker, and demonstrates step‑by‑step integration with Spring Boot to upload files through the MinIO SDK, including configuration, controller code, and testing.

DockerFile UploadMinIO
0 likes · 8 min read
How to Install MinIO and Integrate It with Spring Boot for File Uploads
MaGe Linux Operations
MaGe Linux Operations
Aug 27, 2022 · Cloud Computing

Step‑by‑Step Guide to Deploying MinIO Distributed Object Storage

This article introduces MinIO, a high‑performance, GNU‑AGPL‑licensed object storage compatible with Amazon S3, explains its core concepts such as buckets, drives, sets and erasure coding, and provides a detailed step‑by‑step guide for deploying a distributed MinIO cluster on Linux, including configuration, systemd service setup, Nginx load balancing, and client (mc) usage.

Distributed DeploymentErasure CodeLinux
0 likes · 20 min read
Step‑by‑Step Guide to Deploying MinIO Distributed Object Storage
macrozheng
macrozheng
Aug 3, 2021 · Cloud Computing

How to Build Your Own MinIO Object Storage Service with Docker and CLI

This guide walks you through installing MinIO with Docker, using its visual Console, managing buckets and files via the MinIO Client, and leveraging S3 compatibility to integrate with third‑party tools, providing a complete self‑hosted object storage solution.

CLIDockerMinIO
0 likes · 9 min read
How to Build Your Own MinIO Object Storage Service with Docker and CLI