Manav-Khandurie / AgileTalks-WebChatApp-Microservices

A Real -Time Chat-App that is build on the microservices architecture using DevOps tools like Docker, K8S , Prometheus etc , and would be deployed on a public cloud platform (most probably AWS) .
Apache License 2.0
2 stars 3 forks source link

Media S3 Service #5

Closed Manav-Khandurie closed 8 months ago

Manav-Khandurie commented 8 months ago

Connect the S3 bucket to a service and upload files to that bucket

Manav-Khandurie commented 8 months ago

This is majorly done in the project https://github.com/Manav-Khandurie/s3NodeMediaUpload.git

Manav-Khandurie commented 8 months ago

The media service is fixed with the service now being a fully functional rest API that could handle POST requests where the client side sends multipart/form-data request to handle file uploads