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

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

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
```