This project demonstrates how to connect Node.js with AWS S3 for basic file upload and retrieval operations.
- File Upload: Upload files to AWS S3 storage.
- File Retrieval: Fetch files from AWS S3 storage.
- s3.ts: Implemented using AWS SDK version 2.
- s3-v3.ts: Implemented using AWS SDK version 3.