Update libs/remote_storage/src/lib.rs

Co-authored-by: Arpad Müller <arpad-m@users.noreply.github.com>
This commit is contained in:
Alex Chi Z.
2025-04-16 14:14:20 -04:00
committed by GitHub
parent 1da54b7e01
commit 6f629abfe5

View File

@@ -332,7 +332,7 @@ pub trait RemoteStorage: Send + Sync + 'static {
cancel: &CancellationToken,
) -> Result<Download, DownloadError>;
/// 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,