mirror of
https://github.com/clearml/clearml
synced 2025-05-03 20:41:00 +00:00
Edit docstring (#1310)
This commit is contained in:
parent
97221b6c15
commit
35c8b9f7d3
@ -219,9 +219,9 @@ class StorageManager(object):
|
||||
|
||||
.. note::
|
||||
|
||||
If we have a local file `~/folder/sub/file.ext` then
|
||||
`StorageManager.upload_folder('~/folder/', 's3://bucket/')`
|
||||
will create `s3://bucket/sub/file.ext`
|
||||
If we have a local file ``\~/folder/sub/file.ext`` then
|
||||
``StorageManager.upload_folder('\~/folder/', 's3://bucket/')``
|
||||
will create ``s3://bucket/sub/file.ext``
|
||||
|
||||
:param str local_folder: Local folder to recursively upload
|
||||
:param str remote_url: Target remote storage location, tree structure of `local_folder` will
|
||||
|
Loading…
Reference in New Issue
Block a user