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
Looks like known-iam-actions.txt is not distributed in homebrew (introduced in #105) and pip:
known-iam-actions.txt
$ echo '{ "Version":"2012-10-17", "Statement":[ { "Effect":"Allow", "Action":[ "s3:GetObject" ], "Resource":"arn:aws:s3:::my_corporate_bucket/home/${aws:userid}/*" } ] }' | trailscraper guess [...] File "/usr/local/Cellar/trailscraper/0.5.1/libexec/lib/python3.8/site-packages/trailscraper/iam.py", line 176, in all_known_iam_permissions with open(os.path.join(os.path.dirname(__file__), 'known-iam-actions.txt')) as iam_file: FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/Cellar/trailscraper/0.5.1/libexec/lib/python3.8/site-packages/trailscraper/known-iam-actions.txt'
The text was updated successfully, but these errors were encountered:
Add known-iam-actions.txt to package_data to ensure it's included in …
7dfa4e5
…the package installed by pip and homebrew #110
Fixed in latest release 0.6.1 in pip. Homebrew not released yet.
Sorry, something went wrong.
Homebrew released as well, fixed.
No branches or pull requests
Looks like
known-iam-actions.txt
is not distributed in homebrew (introduced in #105) and pip:The text was updated successfully, but these errors were encountered: