feat(thumb): delete generated thumb file

fix(s3): return empty list of file failed to be deleted
This commit is contained in:
Aaron Liu
2023-04-07 19:27:57 +08:00
parent e115497dfe
commit b910254cc5
5 changed files with 24 additions and 9 deletions

View File

@@ -42,7 +42,8 @@ const (
ThumbStatusExist = "exist"
ThumbStatusNotAvailable = "not_available"
ThumbStatusMetadataKey = "thumb_status"
ThumbStatusMetadataKey = "thumb_status"
ThumbSidecarMetadataKey = "thumb_sidecar"
)
func init() {