GetLength returns the expected file size for an active upload
(filePath string)
| 23 | |
| 24 | // GetLength returns the expected file size for an active upload |
| 25 | GetLength(filePath string) (int64, error) |
| 26 | |
| 27 | // Touch refreshes the TTL for an active upload |
| 28 | Touch(filePath string) |
no outgoing calls
no test coverage detected