We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preevy failed with "403: UnknownError" with no indication the problem was related to AWS/S3.
Use an AWS role that is missing required permissions.
The error message should mention the problem happened when trying to access a preevy profile on S3, and should specifically say which S3 API failed.
In my case the role did have access to s3.GetObject, but was missing s3.HeadBucket.
s3.GetObject
s3.HeadBucket
Linux
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Preevy failed with "403: UnknownError" with no indication the problem was related to AWS/S3.
Add screenshots
Steps to reproduce the behavior
Use an AWS role that is missing required permissions.
Expected behavior
The error message should mention the problem happened when trying to access a preevy profile on S3, and should specifically say which S3 API failed.
In my case the role did have access to
s3.GetObject
, but was missings3.HeadBucket
.What OS are you seeing the problem on?
Linux
Additional context
No response
Record
The text was updated successfully, but these errors were encountered: