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

Open
@bhagwatvyas

Description

@bhagwatvyas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions