You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Upload a small object
Upload an object > 50GiB (more than the maximum part size, this returns an error)
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
The text was updated successfully, but these errors were encountered:
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:
Workaround
Users facing this issue can use Python SDK versions 2.141.1 or earlier as a workaround while we fix this issue
The text was updated successfully, but these errors were encountered: