Skip to content

Commit 9e20678

Browse files
make mod store_metadata public
1 parent b6a94dd commit 9e20678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mod metrics_layer;
4141
pub mod object_storage;
4242
pub mod retention;
4343
mod s3;
44-
mod store_metadata;
44+
pub mod store_metadata;
4545

4646
use self::retention::Retention;
4747
pub use azure_blob::AzureBlobConfig;

0 commit comments

Comments
 (0)