https://github.com/denismakogon/s3-pollster
S3/Minio pollster. An alternative to S3/Minio object notification
https://github.com/denismakogon/s3-pollster
daemon docker docker-compose golang minio poll pollster s3
Last synced: 2 months ago
JSON representation
S3/Minio pollster. An alternative to S3/Minio object notification
- Host: GitHub
- URL: https://github.com/denismakogon/s3-pollster
- Owner: denismakogon
- Created: 2018-04-28T14:21:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T20:18:20.000Z (over 6 years ago)
- Last Synced: 2025-02-12T07:45:31.855Z (4 months ago)
- Topics: daemon, docker, docker-compose, golang, minio, poll, pollster, s3
- Language: Go
- Size: 10.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# S3/Minio pollster - alternative to S3/Minio object notification
# webhook payload
```json
{
"bucket": "",
"object": "",
"presigned_urls": {
"get_url": "https://...",
"put_url": "https://..."
}
}
```# Env vars
```bash
S3_URL="s3://admin:password@s3:9000/us-east-1/default-bucket"
WEBHOOK_ENDPOINT="https://"
POLLSTER_BACKOFF=5
```