Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug:python client 1.421.0 breaks s3 upload #4673

Open
smuun opened this issue Nov 8, 2024 · 0 comments
Open

bug:python client 1.421.0 breaks s3 upload #4673

smuun opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@smuun
Copy link

smuun commented Nov 8, 2024

Describe the bug

wmill.write_s3_file() fails

To reproduce

Fails with TypeError: Windmill.write_s3_file() missing 2 required positional arguments: 'content_type' and 'content_disposition':

#requirements:
#wmill==1.421.0
wmill.write_s3_file(output_object, output_bytes)

Works:

#requirements:
#wmill==1.420.0
wmill.write_s3_file(output_object, output_bytes)

Expected behavior

File should upload

Screenshots

No response

Browser information

No response

Application version

EE v1.414.1

Additional Context

No response

@smuun smuun added the bug Something isn't working label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants