From 3f1e986f30f2a20baaf13943c122706fdd10c524 Mon Sep 17 00:00:00 2001 From: Bateast Date: Mon, 29 Jul 2024 13:30:05 +0000 Subject: [PATCH] Ajouter README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c33a5b3 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Minio S3 Selfhosted + +MinIO is an object storage system. It is API compatible with the Amazon S3 cloud storage service. + + +## Usage + +You can dockerize your Minio instance to selfhost you very own S3 bucket for storage. + +## Contributing + +Pull requests are welcome. For major changes, please open an issue first +to discuss what you would like to change. + +Please make sure to update tests as appropriate. \ No newline at end of file