Skip to content

singhcool/s3-upload-node-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3 and Minio Upload API

NPM version NPM version NPM version

Description

Upload your file to S3 and Minio Storage with Cluster

Features

  • upload any format to s3 or minio storage using node js
  • upload large size file using s3 multipart upload

Usage

You can change the storage setting in .env using below

For Minio Storage

FILE_UPLOAD_SERVICE = minio

For AWS S3 Storage

FILE_UPLOAD_SERVICE = s3

Update the AWS key and Secret key in .env

POST API http://localhost:8090/s3_upload/file with formdata key s3_file

Installation

Node Installation

sudo apt install nodejs sudo apt install npm

Start app

npm start

Stay in touch

About

Upload file to S3 or Minio Storage using Node Js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published