fix(python-client): fix small break params of write_s3_file

This commit is contained in:
Ruben Fiszel
2024-11-08 15:35:41 +01:00
parent ae70c37363
commit 3ea12f1821

View File

@@ -486,8 +486,8 @@ class Windmill:
s3object: S3Object | None,
file_content: BufferedReader | bytes,
s3_resource_path: str | None,
content_type: str | None,
content_disposition: str | None,
content_type: str | None = None,
content_disposition: str | None = None,
) -> S3Object:
"""
Write a file to the workspace S3 bucket