UPDATE: try fix move s3
All checks were successful
Build and Release / release (push) Successful in 1m1s

This commit is contained in:
2026-04-09 15:53:51 +07:00
parent a7fc0e8559
commit e6f3ecc0a5

View File

@@ -1,9 +1,9 @@
package request package request
type PreSignedDto struct { type PreSignedDto struct {
FileName string `json:"fileName" validate:"required"` FileName string `json:"fileName" query:"fileName" validate:"required"`
ContentType string `json:"content_type" validate:"required"` ContentType string `json:"content_type" query:"content_type" validate:"required"`
Size int64 `json:"size" validate:"required"` Size int64 `json:"size" query:"size" validate:"required"`
} }
type PreSignedCompleteDto struct { type PreSignedCompleteDto struct {