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

Python client fails to upload file larger than 2GB with HTTPS enabled #7006

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 2 comments
Closed

Comments

@exalate-issue-sync
Copy link

Steps to reproduce:

{noformat}java -jar build/h2o.jar -jks mykeystore.jks{noformat}

{noformat}#! /usr/env/python

import sys
import os
sys.path.insert(1, os.path.join("h2o-py"))
import h2o

h2o.init(https=True, insecure=True, strict_version_check=False)
h2o.upload_file("data3g.csv"){noformat}

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Details

Jira Issue: PUBDEV-8693
Assignee: Michal Kurka
Reporter: Michal Kurka
State: Resolved
Fix Version: 3.38.0.1
Attachments: N/A
Development PRs: Available

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

Linked PRs from JIRA

#6184
https://github.com/h2oai/h2oai-serving/pull/1079

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant