mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Fix comment for storage scheme gs:// (#1018)
Co-authored-by: Phill Zarfos <pzarfos@thepennyhoarder.com>
This commit is contained in:
parent
7c09251686
commit
f99a5d03f6
@ -1067,7 +1067,7 @@ class Logger(object):
|
||||
|
||||
:param str uri: example: 's3://bucket/directory/' or 'file:///tmp/debug/'
|
||||
|
||||
:return: True, if the destination scheme is supported (for example, ``s3://``, ``file://``, or ``gc://``).
|
||||
:return: True, if the destination scheme is supported (for example, ``s3://``, ``file://``, or ``gs://``).
|
||||
False, if not supported.
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user