Skip to content

fix: Incorrect evaluation if object was initialized#179

Merged
St4NNi merged 1 commit intomainfrom
fix/s3-interface-object-update
Jun 18, 2024
Merged

fix: Incorrect evaluation if object was initialized#179
St4NNi merged 1 commit intomainfrom
fix/s3-interface-object-update

Conversation

@das-Abroxas
Copy link
Copy Markdown
Contributor

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.

@das-Abroxas das-Abroxas added the fix Bug issue fix label Jun 17, 2024
@das-Abroxas das-Abroxas requested a review from St4NNi June 17, 2024 15:47
@das-Abroxas das-Abroxas self-assigned this Jun 17, 2024
Copy link
Copy Markdown
Member

@St4NNi St4NNi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, somehow this was missed during testing.

@St4NNi St4NNi merged commit 0e94c91 into main Jun 18, 2024
@St4NNi St4NNi deleted the fix/s3-interface-object-update branch June 18, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bug issue fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants