-
Notifications
You must be signed in to change notification settings - Fork 22
fix(datastore): handle not found error for S3 HeadObject #588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #588 +/- ##
==========================================
- Coverage 44.98% 44.93% -0.05%
==========================================
Files 79 79
Lines 5753 5759 +6
==========================================
Hits 2588 2588
- Misses 2950 2956 +6
Partials 215 215 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
efe6757
to
17d9bfe
Compare
Signed-off-by: Michael Todorovic <[email protected]>
Signed-off-by: Michael Todorovic <[email protected]>
Signed-off-by: Michael Todorovic <[email protected]>
Signed-off-by: Michael Todorovic <[email protected]>
Signed-off-by: Michael Todorovic <[email protected]>
* fix(s3): check for ChecksumAlgorithmSha256 support Signed-off-by: Michael Todorovic <[email protected]> * fix: revert partially #588 Signed-off-by: Michael Todorovic <[email protected]> --------- Signed-off-by: Michael Todorovic <[email protected]>
The Check operation on the datastore was not working as expected when using S3 (tested with MinIO):