Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 743 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 743 Bytes

Build Status

MinioSQS

MinioSQS is a small utility that uses MinIO and ElasticMQ to enable local testing of systems that use AWS S3 event notifications.

Basic Instructions

  1. Download and run ElasticMQ
  2. Download and run MinioSQS
  3. Download and run MinIO
  4. Create a bucket and congfigure it to send event notifications via webhook to the MinioSQS endpoint
  5. Configure your application to use the MinIO endpoint for S3 operations, and the ElasticMQ endpoint for SQS operations