mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
Update libs/remote_storage/src/lib.rs
Co-authored-by: Arpad Müller <arpad-m@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user