From 41fa49f9c59f735be109f3a18e57102b8ea8ad18 Mon Sep 17 00:00:00 2001 From: Paolo Filippelli Date: Tue, 25 Jun 2024 11:53:18 +0200 Subject: [PATCH] fix(docs): update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1962b70..4feb0275 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Copy the above file and modify `https://k3s:6443` with `https://127.0.0.1:6443` ### Real AWS -In order to use a real AWS instead of Minio is necessary to modify the environment variables of the api container, putting real `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION` and `S3_BUCKET_NAME` and removing `S3_ENDPOINT_URL`. +In order to use a real AWS instead of MinIO is necessary to modify the environment variables of the api container, putting real `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION` and `S3_BUCKET_NAME` and removing `S3_ENDPOINT_URL`. ### Teardown