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,