1 Answer
- Newest
- Most votes
- Most comments
0
Can you make sure of following three values are set up correctly in your jenkins environment or AWS-Jenkins credentials
AWS_DEFAULT_REGION=<region of bucket>
AWS_ACCESS_KEY_ID=<aws id>
AWS_SECRET_ACCESS_KEY=<your s3 access key>
Most likely this issue is coming because region is mismatching.
