Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3342343
D5007.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
636 B
Referenced Files
None
Subscribers
None
D5007.diff
View Options
diff --git a/services/backup/blob_client/Cargo.lock b/services/backup/blob_client/Cargo.lock
--- a/services/backup/blob_client/Cargo.lock
+++ b/services/backup/blob_client/Cargo.lock
@@ -114,6 +114,7 @@
name = "blob_client"
version = "0.1.0"
dependencies = [
+ "async-stream",
"cxx",
"cxx-build",
"lazy_static",
diff --git a/services/backup/blob_client/Cargo.toml b/services/backup/blob_client/Cargo.toml
--- a/services/backup/blob_client/Cargo.toml
+++ b/services/backup/blob_client/Cargo.toml
@@ -12,6 +12,7 @@
tonic = "0.8"
prost = "0.11"
tracing = "0.1"
+async-stream = "0.3"
[build-dependencies]
cxx-build = "1.0"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 1:17 AM (17 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2567014
Default Alt Text
D5007.diff (636 B)
Attached To
Mode
D5007: [services] Backup - Blob Put Client - Install async stream
Attached
Detach File
Event Timeline
Log In to Comment