Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hmage/hookserver
- Owner: hmage
- Created: 2020-10-15T20:41:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T00:38:32.000Z (about 4 years ago)
- Last Synced: 2023-08-07T11:38:33.491Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```