List
Configuration
- type: list
location: "aws_s3/path/to/directory" # Required: Location string
recursive: false # Optional: List files/folders recursively (default: false)
only: files | folders # Optional: List only files or only folders
into: my_variable # Optional: Store results in store or env (e.g., "file_list" or "env.FILE_LIST")
on_failure: abort # Optional: abort/warn/quiet/skip
id: my_id # Optional. Will be generated. Use `log` hook with {runtime_state} to view state.Properties
Property
Required
Description
Output
Examples
Process Files in Directory
Archive Old Files
Size-based Processing
Store Results for Later Use
Store Results as Environment Variable
Store File Paths for API Iteration
Combined with Query Results
Notes
Last updated
Was this helpful?