mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-22 04:36:32 +00:00
Immediately panic when using S3 snapshot options on Windows
This commit is contained in:
@@ -705,6 +705,8 @@ impl Opt {
|
||||
);
|
||||
indexer_options.export_to_env();
|
||||
if let Some(s3_snapshot_options) = s3_snapshot_options {
|
||||
#[cfg(not(unix))]
|
||||
panic!("S3 snapshot options are not supported on Windows");
|
||||
s3_snapshot_options.export_to_env();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user