Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 384 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 384 Bytes

S3/Minio pollster - alternative to S3/Minio object notification

webhook payload

{
  "bucket": "<bucket>",
  "object": "<object>",
  "presigned_urls": {
    "get_url": "https://...",
    "put_url": "https://..."
  }
}

Env vars

S3_URL="s3://admin:password@s3:9000/us-east-1/default-bucket"
WEBHOOK_ENDPOINT="https://<your-endpoint>"
POLLSTER_BACKOFF=5