Ben Muller
07/13/2021, 6:14 AMError uploading to S3: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
This is from my S3Result object trying to persist the results to the bucket.
Not sure why this is happening as my task-role
has full S3 access and I have an identical set up in staging, yet I dont get these errors.
Am I right in assuming that the S3Result just assumes the task-role
? Why would boto3 not be picking this up?