DEV Community

Cover image for Use MinIO for AWS s3 Multipart Upload - Reference Implementation in Node.js
bronifty
bronifty

Posted on

Use MinIO for AWS s3 Multipart Upload - Reference Implementation in Node.js

Don't recreate the wheel with a multipart upload. MinIO has got you covered. Use their client (you don't need to install the server, it is generic S3 compatible)

1 update the .env.example file to .env and provide your AWS creds with bucket name
2 npm install and npm start
3 navigate to localhost:3000 and upload a file

Top comments (0)