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/aws_s3
flowerysong c513c1e2d3 aws_s3: Improve ETag handling (#46332)
* cosmetic: Remove useless call to ec2_argument_spec()

* aws_s3: Improve ETag handling

* Extract ETag calculation into a utility function for reuse by
  aws_s3_sync.
* Reduce code duplication in put/get by restructuring the logic
* Only calculate ETag when overwrite == different
* Fail gracefully when overwrite == different and MD5 isn't available
  (e.g. due to FIPS-140-2).

* aws_s3: clean up integration tests

Clean up tests, add tests for overwrite settings in both directions.
5 years ago
..
defaults s3 integration tests (#28396) 7 years ago
files Add aws_s3 action plugin to find source files as expected (#35028) 7 years ago
meta [cloud] s3: deleting a nonexistent bucket should not give a traceback Fixes #25445 (#25487) 7 years ago
tasks aws_s3: Improve ETag handling (#46332) 5 years ago
aliases rebaalance AWS test groups (#53159) 5 years ago