List object keys under a prefix.
flare_get_folder_list.RdList object keys under a prefix.
Arguments
- server_name
Name of the DataStore (key under
config$s3).- prefix
Prefix to list under.
- local_path
Optional local filesystem directory to enumerate when
mode="local". When supplied AND mode resolves to "local", returnslist.files(local_path, recursive=TRUE, full.names=FALSE). When NULL (default) AND mode="local", returnscharacter(0), so remote-list callers iterate zero times in pure-local mode. Callers that need an existence check that works under BOTH local and remote modes (e.g.get_run_config()) should passlocal_pathso the local enumeration is meaningful.- config
FLAREr config list.