Closed MikeTheCanuck closed 7 years ago
You probably need to configure aws access credentials.
Good thinking @hassanshamim . It turns out the solution was to enable Read access on the S3 bucket, which I worked out with @pdxdiver, and then the existing credentials we had worked fine :)
In assignment 9 the
/bin/getconfig.sh
script is downloading theproject_config.py
file from S3:Unfortunately, Read requests to that bucket and another testing bucket both result in "403 Forbidden" or "Access Denied" errors:
I've seen the same error when calling the script using ENV VARs and when hard-coding the S3 URL:
You can also see the "403 Forbidden" error at Line 307 of the following Travis build: https://travis-ci.org/MikeTheCanuck/assignment9/builds/207271947
@pdxdiver indicates that he's successfully accessing s3://assign9-config/integration. Need to confirm that e.g. these two commands are succeeding for him: