Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Sep 17, 2024
1 parent f051b3b commit ba580f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/digitalhub_core/stores/objects/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def _upload_single_file(self, src: str, dst: str) -> str:
Returns
-------
str
Returns the URI of the artifact on S3 based storage.
Returns the list of destination and source paths of the uploaded artifacts.
"""
client, bucket = self._check_factory()

Expand Down

0 comments on commit ba580f7

Please sign in to comment.