elementar / docker-s3-volume

Docker container with a data volume from s3.
MIT License
267 stars 68 forks source link

Resolved an issue with S3V4 keys #11

Closed jerrythomas closed 5 years ago

jerrythomas commented 5 years ago

I ran into an issue when using s3-volume with my AWS bucket. The fix is based on the error message I received.

fabiob commented 5 years ago

Hi, @jerrythomas. I think the newest version of the AWS CLI should use Signature v4 by default.

Have you tried just rebuilding the image, so the pip install part runs again?

jerrythomas commented 5 years ago

You are right. I had not tried rebuilding the image. Just tried now and it works. Thanks for the tip.