We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wmill.write_s3_file() fails
wmill.write_s3_file()
Fails with TypeError: Windmill.write_s3_file() missing 2 required positional arguments: 'content_type' and 'content_disposition':
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)
File should upload
No response
EE v1.414.1
The text was updated successfully, but these errors were encountered:
rubenfiszel
No branches or pull requests
Describe the bug
wmill.write_s3_file()
failsTo reproduce
Fails with
TypeError: Windmill.write_s3_file() missing 2 required positional arguments: 'content_type' and 'content_disposition'
:Works:
Expected behavior
File should upload
Screenshots
No response
Browser information
No response
Application version
EE v1.414.1
Additional Context
No response
The text was updated successfully, but these errors were encountered: