From 6f629abfe5bd69ecdf3b6108d4acd38de48ed57d Mon Sep 17 00:00:00 2001 From: "Alex Chi Z." <4198311+skyzh@users.noreply.github.com> Date: Wed, 16 Apr 2025 14:14:20 -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 2a48a21b9d..671227c4c8 100644 --- a/libs/remote_storage/src/lib.rs +++ b/libs/remote_storage/src/lib.rs @@ -332,7 +332,7 @@ pub trait RemoteStorage: Send + Sync + 'static { cancel: &CancellationToken, ) -> Result; - /// Same as download, but with SSE-C encryption if the backend supports it. + /// Same as download, but with encryption if the backend supports it (e.g. SSE-C on AWS). async fn download_with_encryption( &self, from: &RemotePath,