Skip to content

A cloud storage server built in Golang

License

Notifications You must be signed in to change notification settings

yuuki798/CloudStorage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Cloud Storage

  • Configure MySQL at config/db.go

    MySQLSource = "user:password@tcp(127.0.0.1:3306)/<database>?charset=utf8"
  • Configure Ceph Object Gateway at config/ceph.go

     CephAccessKey = <AccessKey>
     CephSecretKey = <SecretKey>
     CephGWEndpoint = "http://127.0.0.1:<PORT>"
  • Run server

     go run main.go

About

A cloud storage server built in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 70.3%
  • HTML 29.4%
  • JavaScript 0.3%