feat(storage): init s3 backend for blob storage#466
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #466 +/- ##
==========================================
- Coverage 69.96% 69.65% -0.32%
==========================================
Files 161 164 +3
Lines 17732 17872 +140
==========================================
+ Hits 12407 12448 +41
- Misses 5325 5424 +99
☔ View full report in Codecov by Sentry. |
Benchmark ResultsLinuxWindows |
darkskygit
approved these changes
Jun 15, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We plan to put blob data into s3 storage, and keep local db to make metadata querying speed unaffected.
This draft PR plans to adapt
S3Storageto implementBlobStorage, so we can delegate relevant operations to it. It's worth noting that some behavior underBlobStoragemay not be needed, and may need further discussion.Upstream issue: #374, This PR will close #467
S3Storagewas renamed toBucketStorage, which may represent more general key-value like storage medium