summaryrefslogtreecommitdiff
path: root/rola-bucket/src/protocol.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rola-bucket/src/protocol.rs')
-rw-r--r--rola-bucket/src/protocol.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rola-bucket/src/protocol.rs b/rola-bucket/src/protocol.rs
index 949e6d4..b4d60a8 100644
--- a/rola-bucket/src/protocol.rs
+++ b/rola-bucket/src/protocol.rs
@@ -3,6 +3,9 @@ use std::path::Path;
mod error;
pub use error::*;
+mod local_fs;
+pub use local_fs::*;
+
/// Request used in [BucketTransferProtocol] or [AsyncBucketTransferProtocol]
pub struct UploadToBucketRequest<'a, Info>
where