gisjedi / sqs-notify-s3-retrieve

Poll for SQS messages of S3 bucket object creation and retrieve objects locally.
Apache License 2.0
0 stars 2 forks source link

Doesn't like folder paths with spaces / plus signs #1

Open rpiskule opened 8 years ago

rpiskule commented 8 years ago

Tried out your container, worked great.

BOTO apparently doesn't like folder with spaces or plus signs.

gisjedi commented 8 years ago

I'd be happy to accept any pull requests, especially if it is related to hardening the existing code.

Are you sure the issue is with boto or is it possibly not being properly interpreted by the docker/bash when passed as a parameter. Have you tried quoting the folder, e.g.:

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/spaced folder":/incoming \
  gisjedi/sqs-notify-s3-retrieve \
  my_queue_id -w