Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 384 Bytes

File metadata and controls

19 lines (15 loc) · 384 Bytes

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