remote_timeline_client: pub(crate) on upload

This commit is contained in:
Joonas Koivunen
2023-08-16 14:56:37 +03:00
parent c228cb7b3f
commit ed46713e5c

View File

@@ -599,7 +599,7 @@ impl RemoteTimelineClient {
///
/// Launch an upload operation in the background.
///
pub fn schedule_layer_file_upload(
pub(crate) fn schedule_layer_file_upload(
self: &Arc<Self>,
layer: ResidentLayer,
layer_metadata: &LayerFileMetadata,