Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqs-notify-s3-retrieve

Poll for SQS messages of S3 bucket object creation and retrieve objects locally.

Usage

Launch the Docker container with the SQS queue you want to monitor. AWS Region, Access ID and Secret Key values should all be specified as Docker environment parameters. It will also be necessary to volume mount in the location where data should be placed.

docker run -it \
  -e AWS_DEFAULT_REGION=us-east-1 \
  -e AWS_ACCESS_KEY_ID=your_access_key \
  -e AWS_SECRET_ACCESS_KEY=your_secret_key \
  -v /your/data/target:/incoming \
  gisjedi/sqs-notify-s3-retrieve \
  my_queue_id -w

Get full usage options:

docker run -it gisjedi/sqs-notify-s3-retrieve

About

Poll for SQS messages of S3 bucket object creation and retrieve objects locally.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages