Skip to content

Commit

Permalink
add docstring to the upload method
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 22, 2024
1 parent 0c675ba commit e0fda5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/unicloud/aws/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ def upload(
If the local path does not exist.
ValueError
If attempting to overwrite an existing file and overwrite is False.
ValueError
If the local path is a directory and it is empty.
Notes
-----
Expand Down

0 comments on commit e0fda5f

Please sign in to comment.