Getting Access Denied when calling the PutObject operation with bucket-level permission

前端 未结 14 1339
醉话见心
醉话见心 2020-12-12 13:37

I followed the example on http://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_examples.html#iam-policy-example-s3 for how to grant a user access to just one buck

14条回答
  •  一向
    一向 (楼主)
    2020-12-12 14:04

    I was able to solve the issue by granting complete s3 access to Lambda from policies. Make a new role for Lambda and attach the policy with complete S3 Access to it.

    Hope this will help.

提交回复
热议问题