Skip to content

Regression with put_object method in OCI Python SDK Object Storage Client in v2.142.0 while uploading objects in a particular order #733

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

Open
bhagwatvyas opened this issue Jan 18, 2025 · 0 comments

Comments

@bhagwatvyas
Copy link
Member

bhagwatvyas commented Jan 18, 2025

Update: This issue has been fixed in v2.143.0
Description
The OCI Python SDK v2.142.0 has a regression which may affect put_object API. The regression is seen for uploads done in this particular order:

  1. Upload a small object
  2. Upload an object > 50GiB (more than the maximum part size, this returns an error)
  3. Upload a small object (this fails with timeout)

Workaround
Users facing this issue can use Python SDK versions 2.141.1 or earlier as a workaround while we fix this issue

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

No branches or pull requests

1 participant