Efficient Node.js File Upload to MinIO: A Step-by-Step Guide
This time, I will show how to use Minio (Object Storage) for uploading multimedia data using Nodejs.
Step 1: Install Minio Locally Using Docker
The example above works this way:
mkdir creates a new local directory at ~/minio/data in your home direc...
rahulkallur.hashnode.dev1 min read