mirror of https://github.com/apache/nifi.git
NIFI-4268: Add fetch tag to FetchFile processor.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #2062.
This commit is contained in:
parent
675d989003
commit
f7f64a572c
|
@ -54,7 +54,7 @@ import java.util.UUID;
|
|||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
@InputRequirement(Requirement.INPUT_REQUIRED)
|
||||
@Tags({"local", "files", "filesystem", "ingest", "ingress", "get", "source", "input", "restricted"})
|
||||
@Tags({"local", "files", "filesystem", "ingest", "ingress", "get", "source", "input", "fetch", "restricted"})
|
||||
@CapabilityDescription("Reads the contents of a file from disk and streams it into the contents of an incoming FlowFile. Once this is done, the file is optionally moved elsewhere or deleted "
|
||||
+ "to help keep the file system organized.")
|
||||
@SeeAlso({GetFile.class, PutFile.class, ListFile.class})
|
||||
|
|
Loading…
Reference in New Issue