Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hmage/hookserver

MCS S3 webhook server example
https://github.com/hmage/hookserver

Last synced: about 1 month ago
JSON representation

MCS S3 webhook server example

Awesome Lists containing this project

README

        

# Example S3 webhook server for MCS

## Building
```
go build
```

You'll get the binary named `hookserver`.

## Running

```
./hookserver
```

It will listen for HTTP requests on TCP port 33345. It assumes https forwarding from nginx.

## Testing

To test signature correctness:
```
go test
```