From 08d75fd75c063bd17d2471b263452b490910338b Mon Sep 17 00:00:00 2001 From: Mert Demir Date: Thu, 1 Feb 2024 07:00:19 +0900 Subject: Support for additional S3 providers (#71) * support for other s3 providers * remove redundant route options * use type safe env * prettier --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9ce6f73..0115ac5 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,12 @@ S3_UPLOAD_BUCKET=name-of-s3-bucket S3_UPLOAD_REGION=us-east-1 ``` +You can also use other S3 providers by providing a custom endpoint: + +```.env +S3_UPLOAD_ENDPOINT=http://localhost:9000 +``` + ### Create expense from receipt You can offer users to create expense by uploading a receipt. This feature relies on [OpenAI GPT-4 with Vision](https://platform.openai.com/docs/guides/vision). -- cgit v1.3