mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 11:30:14 +08:00
Update minio to successfully mark as running (#1901)
Guide is no longer the latest terminology in latest version of minio for the completion of startup.
This commit is contained in:
parent
17a283334a
commit
b32cadda81
@ -4,7 +4,7 @@
|
||||
"version": "PTDL_v2",
|
||||
"update_url": null
|
||||
},
|
||||
"exported_at": "2022-07-08T16:16:10+02:00",
|
||||
"exported_at": "2022-10-07T04:56:20-04:00",
|
||||
"name": "Minio S3",
|
||||
"author": "accounts@bofanodes.io",
|
||||
"description": "MinIO is a cloud storage server compatible with Amazon S3, released under Apache License v2. As an object store, MinIO can store unstructured data such as photos, videos, log files, backups and container images. The maximum size of an object is 5TB.",
|
||||
@ -16,7 +16,7 @@
|
||||
"startup": ".\/minio.sh",
|
||||
"config": {
|
||||
"files": "{}",
|
||||
"startup": "{\r\n \"done\": \"guide\"\r\n}",
|
||||
"startup": "{\r\n \"done\": \"guide\",\r\n \"done\": \"Documentation:\"\r\n}",
|
||||
"logs": "{}",
|
||||
"stop": "^C"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user