Get directory
get_directory(prefix, directory)
Downloads all objects from TruStorage and saves to the specified local directory.
storage.get_directory(prefix="directory/", directory="/home/jovyan/data/")
Parameters
Param | Type | Description | Required |
---|---|---|---|
prefix | str | Object key starts with prefix | True |
directory | str | Local directory | True |