curcuma

ref: master

./README.md


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# curcuma

A tiny S3 compatible microservice that:

1. Listen for incoming requests and route them to S3
2. Watch filesystem changes, and upload the file/structure to any S3

## Configure

Write a configuration to `/etc/curcuma.ini` which stablishes the connection info
of the S3.

```ini
# Where the curcuma service should listen
[meta]
port = 8100

# Any S3 compatible service goes here, AWS S3, Wasabi, Linode Object Storage etc
[s3]
bucket=redacted
access-key=
access-secret=
endpoint=

# The filesystem configuration, where to watch for files
[fs]
path=
```

## License

Under GPL-3.0. Check COPYING.