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,