MinIO Reference Implementation

  • update your env.example to .env with AWS creds and bucket name
npm i && npm start

Notes

  • multer makes it easier to deal with the file stream in the POST request from the HTML form
  • MinIO is a generic S3 client
    • If you omit args it will infer the types
  • minio js docs examples

Posts