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/integration/targets/s3_bucket
Mark Chappell d5c17118ed
s3_bucket - cleanup and test stabilisation. (#66778)
* AnsibleAWSModule related cleanup - s3_bucket

* Add extra information to s3_bucket timeout failures, it's possible the comparisons are doing something weird...

* Move Bucket Encryption boto support logic into the pre-flight checks

* Use the built in required_by logic

* Rework s3_bucket integration tests

* Add a retry around put_bucket_encryption

s3_client.put_bucket_encryption is occasionally dropped on the floor
by Amazon add some logic to retry s3_client.put_bucket_encryption call

* Catch OperationAborted and retry, it is caused by a conflicting change
still being in progress.   (For example an Encryption setting applying)

* Make sure we don't explode if the botocore version's too old

* Review tweaks
5 years ago
..
meta s3_bucket - cleanup and test stabilisation. (#66778) 5 years ago
roles/s3_bucket s3_bucket - cleanup and test stabilisation. (#66778) 5 years ago
aliases s3_bucket - cleanup and test stabilisation. (#66778) 5 years ago
inventory s3_bucket - cleanup and test stabilisation. (#66778) 5 years ago
main.yml s3_bucket - cleanup and test stabilisation. (#66778) 5 years ago
runme.sh s3_bucket - cleanup and test stabilisation. (#66778) 5 years ago