Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/namila007/aws-s3-js-tutorial

AWS S3 JS tutorial
https://github.com/namila007/aws-s3-js-tutorial

aws client content-md5 nodejs presigned s3 server

Last synced: about 1 month ago
JSON representation

AWS S3 JS tutorial

Awesome Lists containing this project

README

        

# aws-s3-js-server-client-tutorial
AWS S3 JS tutorial

Tutorial >> https://namila.me/blog/2020-06/server-client-app-to-upload-and-download-using-aws-s3-pre-signed-urls/

## RUN Server
copy the content of `.env.example` to file `.env` and replace AWS keys, region and other configurations

``cd server``

`` npm install``

``
npm run start
``
## RUN Client
``
cd client``

`` npm install``

``
node index.js
``