From 1da54b7e01ca3e372263db6638a99ee16552eca0 Mon Sep 17 00:00:00 2001 From: "Alex Chi Z." <4198311+skyzh@users.noreply.github.com> Date: Wed, 16 Apr 2025 14:14:15 -0400 Subject: [PATCH] Update libs/remote_storage/src/lib.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arpad Müller --- libs/remote_storage/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remote_storage/src/lib.rs b/libs/remote_storage/src/lib.rs index d2d27630b6..2a48a21b9d 100644 --- a/libs/remote_storage/src/lib.rs +++ b/libs/remote_storage/src/lib.rs @@ -341,7 +341,7 @@ pub trait RemoteStorage: Send + Sync + 'static { cancel: &CancellationToken, ) -> Result; - /// Same as upload, but with SSE-C encryption if the backend supports it. + /// Same as upload, but with remote encryption if the backend supports it (e.g. SSE-C on AWS). async fn upload_with_encryption( &self, from: impl Stream> + Send + Sync + 'static,