package requests type DownloadFileRequest struct { BucketName string `form:"bucket_name"` ObjectKey string `form:"object_key"` }