//! Contains the different logstore implementations for S3.
//! - S3LogStore (used when copy-if-not-exists or unsafe_rename is passed)
//! - S3DynamoDBLogStore (used when DynamoDB is the locking client)
pub use S3LogStore;
pub use default_s3_logstore;
pub use RepairLogEntryResult;
pub use S3DynamoDbLogStore;