UPDATE: try fix move s3
All checks were successful
Build and Release / release (push) Successful in 1m1s
All checks were successful
Build and Release / release (push) Successful in 1m1s
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user