Closed 80kk closed 5 years ago
Hello,
I encountered similar issue today. Something like below should work:
aws_s3_bucket some_bucket;
location / {
aws_sign;
aws_access_key "AK12345"; # Example AKIDEXAMPLE
aws_key_scope "20190131/eu-west-1/s3/aws4_request"; #Example 20150830/us-east-1/service/aws4_request
aws_signing_key "SomeSigningKey"; #Example L4vRLWAO92X5L3Sqk5QydUSdB0nC9+1wfqLMOKLbRp4=
aws_endpoint "s3.eu-west-1.amazonaws.com";
proxy_pass https://some_bukcet.s3.eu-west-1.amazonaws.com/;
The module is expecting that your bucket is reached by bucket.endpoint. If endpoint doesn't exists then it should be s3.amazonaws.com
Regards, Joseph
I am have a problem using this module. My config is:
Each time when I am calling http://x.y.z/s3/ I am getting following error: