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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#22 introduced a feature to guess actions that are similar to an existing policy. It currently doesn't support all actions.
Here's things I currently know are missing (comment if you find more):
Encrypt
Decrypt
GenerateDataKey
BatchDeleteImage
BatchGetImage
*Deregister*
*Modify*
*Remove*
DELETE
GET
HEAD
OPTIONS
PATCH
POST
PUT
How to do this?
tests/iam/action_test.py
trailscraper/iam.py
BASE_ACTION_PREFIXES
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#22 introduced a feature to guess actions that are similar to an existing policy. It currently doesn't support all actions.
Here's things I currently know are missing (comment if you find more):
Encrypt
,Decrypt
,GenerateDataKey
, ...BatchDeleteImage
,BatchGetImage
, ...*Deregister*
*Modify*
*Remove*
DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
)How to do this?
tests/iam/action_test.py
trailscraper/iam.py
(in the simplest cases, this is just adding something toBASE_ACTION_PREFIXES
)The text was updated successfully, but these errors were encountered: