Skip to content

choirulanwarr/go-aws-s3-bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS S3 Integration

This is amazon storage (s3) integration using Client. Using golang gin Gonic and postgres setup documentation using GO.

Help me to improve this code more flexible and esy to use

API

  • GET api/v1/list
  • POST api/v1/upload

NEXT update ...

Feature golang

  • Gin Gonic Framework
go get -u github.com/gin-gonic/gin
  • Gorm
go get -u gorm.io/gorm
  • PostgresSQL
go get -u gorm.io/driver/postgres
  • AWS SDK
go get -u github.com/aws/aws-sdk-go 
  • Viper
go get -u github.com/spf13/viper
  • Validator Go v10
go get -u github.com/go-playground/validator/v10
  • Logrus
go get -u github.com/sirupsen/logrus

About

Amazon's Storage S3 Integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages