Skip to content

An Implementation of AWS s3-service where user can create bucket, put files, delete files, get bucket list.

Notifications You must be signed in to change notification settings

ranjanabhi00/aws-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

AWS S3

An Implementation of AWS s3-service where user can create bucket, put files, delete files, get bucket list.

Features

  • Create File and add to Bucket (/object/upload)
  • Get File Content (/object/fileId)
  • Delete File (/object/fileId)
  • Get Bucket List (/bucket)
  • Get List of Files in Bucket (/bucket/id)

Procedures to Execute

  • Create a docker container of postgres
  • Use credentials to create docker-compose.yml
  • Set up database using same credentials
  • Install the dependencies
  • npm run start:dev to finally execute application

About

An Implementation of AWS s3-service where user can create bucket, put files, delete files, get bucket list.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published