We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae5186 commit 1a22d24Copy full SHA for 1a22d24
src/store/mod.rs
@@ -21,6 +21,8 @@ fn register_stores() -> HashMap<String, Factory> {
21
m.insert("dir".into(), dir::make);
22
m.insert("zdb".into(), zdb::make);
23
m.insert("s3".into(), s3store::make);
24
+ m.insert("s3s".into(), s3store::make);
25
+ m.insert("s3s+tls".into(), s3store::make);
26
27
m
28
}
0 commit comments