FileSource

constructor(path: Path, fileSystem: FileSystem = SystemFileSystem)

Create FileSource instance.

Parameters

path

the file path to upload

fileSystem

file system to be used


constructor(name: String, source: RawSource)