package file type UploadDTO struct { ObjectKey string `json:"object_key"` URL string `json:"url"` Filename string `json:"filename"` ContentType string `json:"content_type"` Size int64 `json:"size"` }