Tag

MinIO

1 views collected around this technical thread.

Top Architect
Top Architect
May 23, 2025 · Backend Development

Secure File Upload and Preview with Spring Boot, Minio, and KKFile

This article demonstrates how to securely upload files to Minio, stream them for preview via KKFile without exposing the Minio endpoint, and protect download URLs with token validation, providing complete Java code examples for upload, download, and preview URL generation.

File UploadJavaMinIO
0 likes · 10 min read
Secure File Upload and Preview with Spring Boot, Minio, and KKFile
Architect's Tech Stack
Architect's Tech Stack
May 18, 2025 · Backend Development

Six Practical File Upload and Download Solutions for Spring Boot

This article presents six commonly used file upload and download techniques for Spring Boot, covering basic Multipart handling, stream-based download, integration with Alibaba Cloud OSS and MinIO, as well as high‑concurrency chunked uploads with Nginx, each accompanied by complete code examples and usage scenarios.

Chunked UploadFile UploadJava
0 likes · 16 min read
Six Practical File Upload and Download Solutions for Spring Boot
Top Architect
Top Architect
Mar 17, 2025 · Backend Development

Secure File Upload, Download, and Preview with MinIO and SpringBoot

This article demonstrates how to securely implement file upload, download, and preview in a SpringBoot application using MinIO, token validation, and base64‑encoded URLs, while also providing complete code snippets and practical usage notes for backend developers.

FileDownloadFileUploadMinIO
0 likes · 9 min read
Secure File Upload, Download, and Preview with MinIO and SpringBoot
Linux Ops Smart Journey
Linux Ops Smart Journey
Jan 19, 2025 · Cloud Native

How to Integrate GitLab with External MinIO and CertManager for Secure Cloud‑Native Storage

This guide walks you through configuring GitLab to use an external MinIO object store and CertManager for TLS certificates, covering credential setup, bucket creation, Helm chart adjustments, secret management, and verification steps to achieve a secure, efficient cloud‑native deployment.

GitLabMinIOS3
0 likes · 9 min read
How to Integrate GitLab with External MinIO and CertManager for Secure Cloud‑Native Storage
IT Architects Alliance
IT Architects Alliance
Jan 8, 2025 · Big Data

Understanding Distributed Storage: A Comparative Overview of HDFS, Ceph, and MinIO

This article explains the fundamentals, use cases, advantages, and trade‑offs of three major distributed storage solutions—HDFS, Ceph, and MinIO—guiding readers on how to select the most suitable system for big‑data, cloud‑native, and containerized environments.

Big DataCephDistributed Storage
0 likes · 12 min read
Understanding Distributed Storage: A Comparative Overview of HDFS, Ceph, and MinIO
Linux Ops Smart Journey
Linux Ops Smart Journey
Dec 23, 2024 · Cloud Native

Seamlessly Migrate Harbor Registry Storage to MinIO: Step‑by‑Step Guide

This tutorial explains how to switch Harbor's default storage to MinIO by setting Harbor to read‑only, transferring images with rclone, configuring Harbor to use MinIO as its backend, re‑enabling writes, and verifying the new setup, providing all necessary commands and tips.

Container RegistryHarborKubernetes
0 likes · 8 min read
Seamlessly Migrate Harbor Registry Storage to MinIO: Step‑by‑Step Guide
Architecture Digest
Architecture Digest
Dec 23, 2024 · Backend Development

Deploy kkfileviewer with Docker and Integrate MinIO in Spring Boot

This guide walks through installing the kkfileviewer Docker container, building its image, running it, and then shows how to add MinIO support to a Spring Boot application with Maven dependencies, configuration, utility classes, and REST endpoints for file upload and preview.

DockerFile UploadMinIO
0 likes · 6 min read
Deploy kkfileviewer with Docker and Integrate MinIO in Spring Boot
Linux Ops Smart Journey
Linux Ops Smart Journey
Dec 20, 2024 · Cloud Native

How to Set Up MinIO Enterprise Monitoring with Prometheus & Grafana

This guide walks you through configuring MinIO's enterprise monitoring panel, generating Prometheus metrics for clusters, nodes, buckets, and resources, integrating them into Grafana dashboards, and verifying successful data collection to enhance data management and operational efficiency.

GrafanaMinIOPrometheus
0 likes · 7 min read
How to Set Up MinIO Enterprise Monitoring with Prometheus & Grafana
Linux Ops Smart Journey
Linux Ops Smart Journey
Dec 18, 2024 · Cloud Native

How to Deploy MinIO Object Storage on Kubernetes for Production

This guide explains why MinIO is a high‑performance, S3‑compatible object storage solution and walks you through the prerequisites, Helm‑based installation steps on a Kubernetes cluster, verification procedures, and best‑practice tips for deploying a secure, scalable production‑grade MinIO service.

HelmKubernetesMinIO
0 likes · 8 min read
How to Deploy MinIO Object Storage on Kubernetes for Production
IT Services Circle
IT Services Circle
Dec 1, 2024 · Backend Development

Implementing Online File Preview with SpringBoot, MinIO, and kkFileView

This tutorial explains how to set up a SpringBoot application with MinIO storage and the kkFileView tool to achieve universal online file preview for various file types, using Docker containers and simple configuration steps.

DockerFile PreviewMinIO
0 likes · 5 min read
Implementing Online File Preview with SpringBoot, MinIO, and kkFileView
macrozheng
macrozheng
Nov 26, 2024 · Backend Development

How to Preview Any File Online with Spring Boot, MinIO, and kkFileView

This tutorial shows how to set up MinIO and the open‑source kkFileView tool using Docker, configure a storage bucket, and generate preview URLs so that any file type—images, Word, PDF, PPT, markdown, Excel, or archives—can be viewed directly in a web browser without writing additional code.

DockerFile PreviewMinIO
0 likes · 7 min read
How to Preview Any File Online with Spring Boot, MinIO, and kkFileView
Top Architect
Top Architect
Nov 19, 2024 · Backend Development

Secure File Upload, Download, and Preview with Spring Boot, MinIO, and kkfile

This article explains how to securely upload files to MinIO, generate token‑protected download links, and create kkfile preview URLs using Spring Boot, while avoiding exposure of the MinIO address and adding token authentication for enhanced security.

File UploadMinIOSpring Boot
0 likes · 9 min read
Secure File Upload, Download, and Preview with Spring Boot, MinIO, and kkfile
Java Architect Essentials
Java Architect Essentials
Nov 14, 2024 · Backend Development

Integrating Spring Boot with Minio: Direct Upload, Presigned URLs, Chunked Upload and File Merging

This article demonstrates how to integrate Spring Boot with Minio, covering two upload strategies (backend‑mediated and presigned‑URL direct upload), environment setup, Maven dependency, configuration classes, generating upload credentials, front‑end upload logic, chunked/instant/resumable uploads, and merging file parts.

Chunked UploadFile UploadMinIO
0 likes · 16 min read
Integrating Spring Boot with Minio: Direct Upload, Presigned URLs, Chunked Upload and File Merging
Java Tech Enthusiast
Java Tech Enthusiast
Nov 8, 2024 · Backend Development

Deploy kkfileviewer Container and Integrate MinIO with Spring Boot

This guide walks through building and running the kkfileviewer Docker container, then shows how to add MinIO to a Spring Boot application with configuration, a client bean, utility methods, and REST endpoints for uploading files and retrieving presigned preview URLs to display in the kkfileviewer UI.

DockerFile UploadJava
0 likes · 7 min read
Deploy kkfileviewer Container and Integrate MinIO with Spring Boot
Code Ape Tech Column
Code Ape Tech Column
Nov 5, 2024 · Backend Development

Deploy kkfileviewer with Docker and Integrate MinIO in a Spring Boot Application

This guide walks through installing the kkfileviewer container using Docker, building and running its image, then shows how to add MinIO support to a Spring Boot project by configuring dependencies, creating configuration and utility classes, and exposing upload and preview endpoints.

DockerFile PreviewMinIO
0 likes · 6 min read
Deploy kkfileviewer with Docker and Integrate MinIO in a Spring Boot Application
Selected Java Interview Questions
Selected Java Interview Questions
Oct 29, 2024 · Backend Development

Deploy kkfileviewer with Docker and Integrate MinIO in a Spring Boot Application

This guide walks through installing the kkfileviewer container, building its Docker image, running it, and then integrating MinIO storage into a Spring Boot project with full configuration, utility classes, and REST endpoints for file upload and preview.

DockerJavaMinIO
0 likes · 6 min read
Deploy kkfileviewer with Docker and Integrate MinIO in a Spring Boot Application
Top Architect
Top Architect
Oct 13, 2024 · Backend Development

Deploying kkfileviewer with Docker and Integrating MinIO in a Spring Boot Application

This guide walks through installing kkfileviewer in a Docker container, building and running the image, then shows how to add MinIO support to a Spring Boot project with Maven dependencies, configuration classes, utility methods, and REST endpoints for file upload and preview.

DockerFile PreviewMinIO
0 likes · 10 min read
Deploying kkfileviewer with Docker and Integrating MinIO in a Spring Boot Application
Java Architect Essentials
Java Architect Essentials
Jul 23, 2024 · Cloud Native

Guide to Installing and Using MinIO with Spring Boot and Docker

This article provides a comprehensive guide to installing MinIO on CentOS 7, configuring it with Docker, integrating it into a Spring Boot application, and implementing file upload, download, and multipart upload features using MinIO's Java SDK, along with troubleshooting tips and code examples.

DockerJavaMinIO
0 likes · 23 min read
Guide to Installing and Using MinIO with Spring Boot and Docker
Code Ape Tech Column
Code Ape Tech Column
Jul 8, 2024 · Backend Development

Guide to Installing and Using MinIO with Spring Boot for Object Storage

This article provides a comprehensive tutorial on MinIO, covering its features, application scenarios, Docker installation on CentOS 7, firewall configuration, Spring Boot integration, chunked upload implementation, and testing, complete with code examples and troubleshooting tips.

Chunked UploadDockerMinIO
0 likes · 21 min read
Guide to Installing and Using MinIO with Spring Boot for Object Storage
Architect's Tech Stack
Architect's Tech Stack
Jul 4, 2024 · Backend Development

Guide to Installing and Using MinIO with Spring Boot for Large File Uploads

This tutorial explains MinIO's features, common application scenarios, step‑by‑step CentOS 7 Docker installation, Spring Boot configuration, utility classes for bucket management, file upload/download, presigned URLs, and provides REST endpoints for handling large file uploads in Java backend applications.

DockerFileUploadJava
0 likes · 23 min read
Guide to Installing and Using MinIO with Spring Boot for Large File Uploads