Skip to content

'S3FullAccessPolicy' added to lambda function is not allowing to put object to s3 bucket. #3299

Discussion options

You must be logged in to vote

As you can see in the S3FullAccess policy it does have Get/PutObjectAcl action items and we keep it there mainly because of the backwards compatibility cases. Using *ObjectAcl permissions is indeed not recommended because of the security concerns.

Though you can browse the aforementioned file and find the policy which suits your needs better, I encourage you to use a Connector instead if you're writing to S3 from Lambda function. If it's the case, you'll need a Lambda to S3 connector. You can read more about connectors here. And the list of already existing profiles is here.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ssenchenko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #3297 on August 11, 2023 20:29.