-
Notifications
You must be signed in to change notification settings - Fork 44
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
Introduce SnapshotRepository and object store integration #2310
Changes from all commits
ee6f413
98e72e2
afd6507
18df90f
ee9c22f
723ade7
56ade31
03c1cfc
5252df6
cfd8652
bc62ccc
f1d1f8c
4f27d19
235565c
063ba17
db9975e
44f2c01
6745ad9
1a25a1d
9889aa5
aee1a12
24abfde
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ arc-swap = { workspace = true } | |
futures = { workspace = true } | ||
futures-util = { workspace = true } | ||
http = { workspace = true } | ||
pprof = { version = "0.13", features = ["criterion", "flamegraph"] } | ||
pprof = { version = "0.14", features = ["criterion", "flamegraph"] } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unrelated RUSTSEC update. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for fixing this :-) |
||
reqwest = { workspace = true } | ||
rlimit = { workspace = true } | ||
serde_json = { workspace = true } | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are not officially supporting anything other than S3, it was easier to just not compile the other providers. The file provider is always enabled, it seems.