Storage Walk
Node to list objects on a remote storage.
In order to avoid unnecessary outbound calls, this node has no recursive option and only lists items at the specified location.
Inputs#
Port | Description |
---|---|
The directory prefix for the remote storage. Must not start with a slash. If left empty, it will list all objects at the root level. When a directory path is specified, only the first level of that directory will be listed. For subdirectories, use only forward slashes in the path. | |
The glob to match. It is applied on both, files and directories. The remote directory is walked in full, and the glob filter is then applied locally. See Glob Pattern. | |
Outputs#
Port | Description |
---|---|
Triggered if an error occured while listing objects. Also fails if an invalid glob pattern is set. | |
The list of directories at the specified location. | |
The list of object items at the specified location. |
ID: storage-walk@v1