ArunaStorage / aruna

The data orchestration engine
https://aruna-storage.org
Apache License 2.0
16 stars 1 forks source link

fix: Incorrect evaluation if object was initialized #179

Closed das-Abroxas closed 4 months ago

das-Abroxas commented 4 months ago

This addresses a bug in the put_object process where the system incorrectly evaluated whether an updated object was initialized which leads to an error when the system tries to create a duplicate of the already existing object after the upload.

Impact

This fix ensures that the system accurately tracks whether a new object has been initialized on update through the data proxy's S3 interface and does not erroneously attempt to create a duplicate.