package handlers import "io" type UploadFileCommand struct { BucketName string FileName string Data io.Reader }