GetDirectUploadTools returns available frontend-direct upload tools
()
| 213 | type DirectUploader interface { |
| 214 | // GetDirectUploadTools returns available frontend-direct upload tools |
| 215 | GetDirectUploadTools() []string |
| 216 | // GetDirectUploadInfo returns the information needed for direct upload from client to storage |
| 217 | // actualPath is the path relative to the storage root (after removing mount path prefix) |
| 218 | // return errs.NotImplement if the driver does not support the given direct upload tool |
no outgoing calls
no test coverage detected