ansible/test/runner/requirements
Sloane Hertel 1de91a9aa0 [cloud] Convert s3 module to use boto3 (#21529)
* replace boto with boto3 for the s3 module

make s3 pep8 and remove from legacy files

fix s3 unit tests

* fix indentation

* s3 module - if we can't create an MD5 sum return None and always upload file

* remove Location.DEFAULT which isn't used in boto3 and tidy up the docs

* pep8

* s3: remove default: null, empty aliases, and required: false from documentation

fix incorrectly documented defaults

* Porting s3 to boto3. Simplify some logic and remove unused imports

* Fix s3 module variables

* Fix a typo in s3 module and remove from pep8 legacy files

* s3: add pagination for listing objects.

Fix logic and use head_object instead of get_object for efficiency.

Fix typo in unit test.

* Fix pagination to maintain backwards compatibility.

Fix incorrect conditional.

Remove redundant variable assignment.

Fix s3 list_object pagination to return all pages

* Use the revised List Objects API as recommended.

* Wrap call to paginated_list in a try/except

Also remembered to allow marker/prefix/max_keys to modify what keys are listed

* Simplify argument
2017-08-11 09:34:33 -04:00
..
ansible-test.txt
constraints.txt Restore f5 unit test requirements. (#27992) 2017-08-09 23:47:25 -07:00
coverage.txt
integration.cloud.aws.txt Add support for cloud tests to ansible-test. (#24315) 2017-05-05 16:23:00 +08:00
integration.cloud.cs.txt Add support for cloud tests to ansible-test. (#24315) 2017-05-05 16:23:00 +08:00
integration.txt Integration tests requirements (#26545) 2017-07-07 14:11:53 -07:00
network-integration.txt Cyptography pr 20566 rebase (#25560) 2017-06-27 06:00:15 -07:00
sanity.txt Use pycodestyle instead of pep8 (#25947) 2017-07-13 11:46:31 -07:00
units.txt [cloud] Convert s3 module to use boto3 (#21529) 2017-08-11 09:34:33 -04:00
windows-integration.txt Cyptography pr 20566 rebase (#25560) 2017-06-27 06:00:15 -07:00