mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-11 06:06:32 +00:00
No more create the S3 Bucket
This commit is contained in:
@@ -253,8 +253,6 @@ fn open_or_create_database_unchecked(
|
|||||||
.region(&opt.s3_region)
|
.region(&opt.s3_region)
|
||||||
.with_url_path_style(true)
|
.with_url_path_style(true)
|
||||||
.bucket(opt.s3_bucket.as_ref().expect("Need an s3 bucket to work"))
|
.bucket(opt.s3_bucket.as_ref().expect("Need an s3 bucket to work"))
|
||||||
.unwrap()
|
|
||||||
.get_or_create()
|
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
)
|
)
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user