You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/cloud/amazon
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
7 years ago
..
fixtures [cloud][tests] AWS lambda module unit tests (#21768) 8 years ago
placebo_recordings [cloud] New module: Add module for managing AWS Datapipelines (cloud/amazon/data_pipeline) (#22878) 7 years ago
__init__.py Relocate module unit tests. (#18812) 8 years ago
placebo_fixtures.py Fix PEP 8 issues. 8 years ago
test_api_gateway.py [cloud] New module: AWS API Gageway module (#20230) 7 years ago
test_cloudformation.py Fix PEP 8 issues. 8 years ago
test_data_pipeline.py [cloud] New module: Add module for managing AWS Datapipelines (cloud/amazon/data_pipeline) (#22878) 7 years ago
test_ec2_utils.py fixed type mapper and added tests (#20963) 8 years ago
test_ec2_vpc_nat_gateway.py test/: PEP8 compliancy (#24803) 7 years ago
test_kinesis_stream.py [cloud][test] Use pytest conditional imports instead of nose/SkipTest (#22019) 8 years ago
test_lambda.py test/: PEP8 compliancy (#24803) 7 years ago
test_s3.py [cloud] Convert `s3` module to use boto3 (#21529) 7 years ago
test_s3_bucket.py s3_bucket: fix python3 sorting incompatibility (#27502) 7 years ago