Add support for storing chunks on S3

This commit is contained in:
Gabe Kangas
2020-06-03 01:34:05 -07:00
parent 16047d884d
commit 8cd8c7df20
9 changed files with 167 additions and 306 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/gabek/video-stream
go 1.14
require (
github.com/aws/aws-sdk-go v1.31.9
github.com/ipfs/go-ipfs v0.5.1
github.com/ipfs/go-ipfs-config v0.5.3
github.com/ipfs/go-ipfs-files v0.0.8