Closed N-o-Z closed 1 month ago
Approving with couple of suggestions:
- Include
CompletePresignMultipartUpload
&StageObject
similar fixes in this PR (or at the very least open an issue for the same phenomena)- If there's some easy way to test it I'd add that timestamp validation there. We know it causes bug for users, so it's best to try and prevent regressions.
@itaiad200 StageObject is irrelevant since no writes to the storage are being performed. Modified the code in CompletePresignMultipartUpload
though in reality it's not an issue.
Added tests
Gave up on adding tests - too complicated and does not justify the overhead. Tested manually
Closes #8290