This website requires JavaScript.
Explore
Help
Register
Sign In
Yasuke
/
moto
Watch
1
Star
0
Fork
0
You've already forked moto
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63c7e224a2
moto
/
moto
/
ec2
History
Peter Van Bouwel
63c7e224a2
Always use ec2_backend to get the tag information in order to have a cleaner get_tags method.
2014-11-11 19:41:16 +01:00
..
responses
Extend the DESCRIBE_SNAPSHOTS_RESPONSE to include the tagSet as documented by AWS. Also refactor the names of the tests I introduced in previous commits to be more descriptive. Finally some code cleanup, removing the get_tags method from classes and instead inherit from the TaggedEC2Resource class.
2014-11-09 15:00:40 +01:00
__init__.py
from __future__ import unicode_literals
2014-08-27 11:33:55 -04:00
exceptions.py
test ip_ranges when authorizing security group ingress rules
2014-10-06 14:49:37 -04:00
models.py
Always use ec2_backend to get the tag information in order to have a cleaner get_tags method.
2014-11-11 19:41:16 +01:00
urls.py
from __future__ import unicode_literals
2014-08-27 11:33:55 -04:00
utils.py
Implement InternetGateway filters support
2014-11-05 12:26:29 -05:00