MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / GetDirectUploadTools

Method GetDirectUploadTools

internal/driver/driver.go:215–215  ·  view source on GitHub ↗

GetDirectUploadTools returns available frontend-direct upload tools

()

Source from the content-addressed store, hash-verified

213type 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

Callers 1

GetDirectUploadToolsFunction · 0.65

Implementers 4

OnedriveSharelinkdrivers/onedrive_sharelink/driver.go
S3drivers/s3/driver.go
Onedrivedrivers/onedrive/driver.go
OnedriveAPPdrivers/onedrive_app/driver.go

Calls

no outgoing calls

Tested by

no test coverage detected