From d0e8b12d9a9916b862399a8ef9da546628facf08 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Fri, 13 Jan 2023 13:47:16 +0100 Subject: [PATCH] changelog Signed-off-by: jkoberg --- changelog/unreleased/pass-estream-to-storageproviders.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/pass-estream-to-storageproviders.md diff --git a/changelog/unreleased/pass-estream-to-storageproviders.md b/changelog/unreleased/pass-estream-to-storageproviders.md new file mode 100644 index 00000000000..e1839dbe025 --- /dev/null +++ b/changelog/unreleased/pass-estream-to-storageproviders.md @@ -0,0 +1,5 @@ +Enhancement: Pass estream to Storage Providers + +Similar to the data providers we now pass the stream to the `New` func. This will reduce connections from storage providers to nats. + +https://github.com/cs3org/reva/pull/3598