Onewon / CloudStorage

A cloud storage server built in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 70.4%Language:HTML 29.4%Language:JavaScript 0.3%