Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 76ff2d7

Browse files
thomasjsnfguillot
authored andcommitted
Add use of new AWS_S3_OPTIONS to readme
1 parent b8dcac1 commit 76ff2d7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Requirements
1616

1717
- Kanboard >= 1.0.37
1818
- PHP >= 5.5
19-
- Amazon AWS account
19+
- Account with Amazon AWS, or other S3 compatible service
2020

2121
Installation
2222
------------
@@ -53,6 +53,9 @@ define('AWS_S3_PREFIX', '');
5353

5454
// Set the region of your bucket
5555
define('AWS_S3_REGION', 'us-east-1');
56+
57+
// Use AWS_S3_OPTIONS to configure custom end-point, like Minio
58+
define('AWS_S3_OPTIONS', json_encode(['version' => 'latest', 'endpoint' => 'https://my.minio.io', 'use_path_style_endpoint' => true]));
5659
```
5760

5861
### Notes

0 commit comments

Comments
 (0)