added metadata

This commit is contained in:
2022-05-10 12:49:34 +02:00
parent 8cbeb1109f
commit af763d828a
5 changed files with 54 additions and 0 deletions

View File

@@ -13,3 +13,9 @@ type AppConfig struct {
S3Bucket string
Address string
}
type Metadata struct {
Size int64
ContentType string
Filename string
}