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