Skip to content

Commit

Permalink
Actually make AWS creddentials public
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Dec 15, 2024
1 parent e1243b1 commit aef7f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mod sync;
#[cfg(feature = "cloud")]
mod cloud;

pub use config::ServerConfig;
pub use config::*;
pub use types::*;

pub(crate) use op::SyncOp;

0 comments on commit aef7f4d

Please sign in to comment.