It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README. Support Tell people where they can go to for help. It can be any combination of an issue ...
Minio is an open-source object storage server that stores unstructured data like photos, videos, virtual machine images, containers, and log files as objects. In distributed mode, Minio provides a single object storage server that pools multiple drives spread across many servers. Min...
Too many stale locks can prevent a new lock on a resource from being acquired, that is, if the sum of the stale locks and the number of down nodes is greater than n/2 - 1. In dsync a recovery mechanism is implemented to remove stale locks (see here for the details). Known deficie...
Closes document config setting equivalent for MINIO_STORAGE_CLASS_STANDARD #1349 Adds instructions for adding certificates for connecting by sftp. Closes SFTP upload blocked by "ssh: disconnect, reason 2: too many authentication failures" #1354 Corrects information about which key to use for self-sig...
What I found is I have not only to add my additional settings ( --console-address :9001 to choose a static port for endpoint) but server address and data directory too. Alt minio server: /tank1/Data/shareS3/S3_data --address :9000 --console-address :9001 (--console-address canno...