Hey Prefect, I am getting an error on my flow in ...
# ask-community
b
Hey Prefect, I am getting an error on my flow in prod of
Copy code
Error 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?
1