|
Hi 👋 Can't find any reference for the minimum required IAM permissions required to run, does anyone have a minimal policy they can share? Thanks! |
Answered by
m90
Aug 16, 2024
Replies: 2 comments 2 replies
|
I don't know how this maps to a policy document, but looking at the relevant code you can see the APIs used are:
|
1 reply
|
I think the permission is strangely called Alternatively, you could probably also set a region-specific endpoint like it says in the error message. |
1 reply
Answer selected by
davejab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the permission is strangely called
s3:ListAllMyBuckets: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html when you're currently usings3:ListBucket.Alternatively, you could probably also set a region-specific endpoint like it says in the error message.