mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-26 01:16:12 +01:00
Support for additional S3 providers (#71)
* support for other s3 providers * remove redundant route options * use type safe env * prettier
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user