| 17 | ) |
| 18 | |
| 19 | type CloudflareR2 struct{} |
| 20 | |
| 21 | func (c *CloudflareR2) UploadFile(file *multipart.FileHeader) (fileUrl string, fileName string, err error) { |
| 22 | client := c.newR2Client() |
nothing calls this directly
no outgoing calls
no test coverage detected