mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Update examples_storagehelper.md (#935)
The command works with "local_folder" not "local_file"
This commit is contained in:
parent
fda4ba2d3a
commit
7171bd4cf6
@ -78,7 +78,7 @@ class method. Specify the remote storage location as the `remote_url` argument a
|
||||
`local_folder` argument.
|
||||
|
||||
```python
|
||||
StorageManager.download_folder(remote_url="s3://bucket/", local_file="/folder/")
|
||||
StorageManager.download_folder(remote_url="s3://bucket/", local_folder="/folder/")
|
||||
```
|
||||
|
||||
This method downloads a remote folder recursively, maintaining the sub-folder structure from
|
||||
|
Loading…
Reference in New Issue
Block a user