<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Franco</title>
    <description>The latest articles on DEV Community by Franco (@androetto).</description>
    <link>https://dev.to/androetto</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1249960%2F12d97705-b715-423c-9b63-8172a954ed4d.jpeg</url>
      <title>DEV Community: Franco</title>
      <link>https://dev.to/androetto</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/androetto"/>
    <language>en</language>
    <item>
      <title>Do You Know MinIO? A Self-hosted S3 Alternative</title>
      <dc:creator>Franco</dc:creator>
      <pubDate>Thu, 10 Apr 2025 19:51:24 +0000</pubDate>
      <link>https://dev.to/androetto/do-you-know-minio-a-self-hosted-s3-alternative-okm</link>
      <guid>https://dev.to/androetto/do-you-know-minio-a-self-hosted-s3-alternative-okm</guid>
      <description>&lt;p&gt;In the world of cloud storage, AWS S3 has been a leader for years. However, for those looking for a self-hosted, open-source alternative to the cloud giants, MinIO is a game-changer. If you haven’t heard of MinIO, it’s a high-performance, S3-compatible object storage solution that is fully open-source and offers the same functionality as Amazon’s S3 service—but with the ability to host it on your own infrastructure.&lt;/p&gt;

&lt;p&gt;Whether you're looking to run your own cloud storage on-premise, need something to support local development, or want to have complete control over your data, MinIO provides all the features you need—without vendor lock-in and high costs.&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 Introducing the MinIO Node.js + TypeScript API
&lt;/h2&gt;

&lt;p&gt;After discovering MinIO’s potential, I wanted to integrate it into a Node.js environment with TypeScript. So, I created a simple yet powerful REST API that interacts with MinIO to handle basic object storage operations such as uploading, downloading, and deleting files.&lt;/p&gt;

&lt;h2&gt;
  
  
  🧑‍💻 Why You Should Check Out My Repo
&lt;/h2&gt;

&lt;p&gt;If you’re working with MinIO, or planning to, this repo is for you! It provides a straightforward solution to interact with MinIO, enabling you to quickly manage your objects through a REST API. Here are a few reasons why this could be useful:&lt;/p&gt;

&lt;p&gt;S3-compatibility: Whether you're migrating from AWS S3 or just want to use a familiar interface, MinIO supports the same API as S3.&lt;/p&gt;

&lt;p&gt;Fully Dockerized: With the included Dockerfile and docker-compose.yml, you can easily spin up your MinIO environment and get started right away.&lt;/p&gt;

&lt;p&gt;Production-ready: This setup is ready to handle real-world file storage needs, making it perfect for both development and production environments.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔧 Key Features:
&lt;/h2&gt;

&lt;p&gt;Simple API built with Node.js and TypeScript, following best practices and making it easy to extend.&lt;/p&gt;

&lt;p&gt;File Uploads via multipart/form-data, perfect for images, documents, or any other file type.&lt;/p&gt;

&lt;p&gt;S3-Compatible Operations: Upload, download, and delete files from your MinIO bucket just like you would on AWS S3.&lt;/p&gt;

&lt;p&gt;Postman Collection: Easily test all the API endpoints before integrating them into your project.&lt;/p&gt;

&lt;p&gt;Docker Support: Everything you need to run MinIO on your own infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  📝 How to Get Started
&lt;/h2&gt;

&lt;p&gt;Getting started with the project is super simple, especially if you're familiar with Docker. Here’s how you can set it up:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/androetto/minio-nodejs
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Create your .env file: Set up the environment variables for MinIO credentials and endpoint.&lt;/p&gt;

&lt;p&gt;Start MinIO using Docker Compose: Run docker-compose up -d to launch the services.&lt;/p&gt;

&lt;p&gt;Test the API: Use the included Postman collection to quickly test the upload and delete operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  🤝 How You Can Contribute
&lt;/h2&gt;

&lt;p&gt;This project is open-source, and I would love for you to contribute! Whether it’s fixing bugs, adding features, or improving the documentation, your help is welcome.&lt;/p&gt;

&lt;p&gt;Fork the repo to start contributing.&lt;/p&gt;

&lt;p&gt;Create a new branch for your feature.&lt;/p&gt;

&lt;p&gt;Open a pull request and let’s make this project even better together.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;🔗 Check out the repo &lt;a href="https://github.com/androetto/minio-nodejs" rel="noopener noreferrer"&gt;here&lt;/a&gt; and star it if you like!&lt;br&gt;
✨ Don't forget to give the repo a ⭐ and follow me for updates!&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>minio</category>
      <category>docker</category>
      <category>node</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
