quick note about the status of tus.io uploads

This commit is contained in:
risk danger olson 2016-07-25 13:05:21 -06:00
parent c2ae16a305
commit 1b5a60c798

@ -209,6 +209,9 @@ func initCoreAdaptersIfRequired() {
// That's why this isn't in an init() block
initCoreOnce.Do(func() {
ConfigureCustomAdapters()
// tus.io upload adapter is still experimental, requires
// `lfs.tustransfers=true` to activate.
if !config.Config.TusTransfersAllowed() {
delete(uploadAdapterFuncs, TusAdapterName)
}