Added S3 backup of images generated

This commit is contained in:
2024-01-19 14:08:13 -07:00
parent 17213829f0
commit 96e8318f06
4 changed files with 86 additions and 0 deletions

2
go.mod
View File

@ -5,11 +5,13 @@ go 1.21.6
require github.com/diamondburned/arikawa/v3 v3.3.4
require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
)
require (
github.com/aws/aws-sdk-go v1.50.0
github.com/gorilla/schema v1.2.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1