mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 18:45:06 +08:00
No more create the S3 Bucket
This commit is contained in:
parent
b22f1260bf
commit
b9983a48c7
@ -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(),
|
||||||
)
|
)
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user