Basic s3 replication working

This commit is contained in:
Ben Johnson
2021-01-13 14:23:41 -07:00
parent a42f83f3cb
commit 1ac4adb272
4 changed files with 82 additions and 58 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go v1.27.0
github.com/davecgh/go-spew v1.1.1
github.com/mattn/go-sqlite3 v1.14.5
github.com/prometheus/client_golang v1.9.0
gopkg.in/yaml.v2 v2.4.0