Update examples_storagehelper.md (#935)

The command works with "local_folder" not "local_file"
This commit is contained in:
morzahavi 2024-09-22 13:17:36 +03:00 committed by GitHub
parent fda4ba2d3a
commit 7171bd4cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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