Add TagSpecification support to ec2:CreateImage (#3604)
* Bump `botocore` to minimum version that supports TagSpecifications for this action. * Add test coverage. Closes #3602
This commit is contained in:
parent
2bdba88389
commit
cb03223c9b
5 changed files with 82 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ flask
|
|||
flask-cors
|
||||
boto>=2.45.0
|
||||
boto3>=1.4.4
|
||||
botocore>=1.18.17
|
||||
botocore>=1.19.30
|
||||
six>=1.9
|
||||
prompt-toolkit==2.0.10 # 3.x is not available with python2
|
||||
click==6.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue