Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/namila007/aws-s3-js-tutorial
- Owner: namila007
- Created: 2020-04-20T11:41:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T22:02:37.000Z (over 4 years ago)
- Last Synced: 2024-11-15T00:34:59.113Z (3 months ago)
- Topics: aws, client, content-md5, nodejs, presigned, s3, server
- Language: JavaScript
- Homepage: https://namila.me/blog/2020-06/server-client-app-to-upload-and-download-using-aws-s3-pre-signed-urls/
- Size: 817 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-s3-js-server-client-tutorial
AWS S3 JS tutorialTutorial >> 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
``