1
0
Fork 0
telegraf/plugins/outputs/remotefile/backends.go

9 lines
181 B
Go
Raw Permalink Normal View History

package remotefile
import (
// Register backends
_ "github.com/rclone/rclone/backend/local"
_ "github.com/rclone/rclone/backend/s3"
_ "github.com/rclone/rclone/backend/sftp"
)