Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 374 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 374 Bytes

Node.js - AWS S3

This project demonstrates how to connect Node.js with AWS S3 for basic file upload and retrieval operations.

Key Features:

  • File Upload: Upload files to AWS S3 storage.
  • File Retrieval: Fetch files from AWS S3 storage.

Two Versions of AWS SDK:

  • s3.ts: Implemented using AWS SDK version 2.
  • s3-v3.ts: Implemented using AWS SDK version 3.