ansible/changelogs/fragments/61735-wait-for-s3-bucket-to-exist-before-modifying.yaml
Sam Doran 23a79ecc77 [stable-2.9] aws_s3 - wait for the bucket before setting ACLs (#61735) (#61768)
* [stable-2.9] aws_s3 - wait for the bucket before setting ACLs (#61735)

* Wait for the bucket to become available if possible before setting ACLs
(cherry picked from commit 91ccb03552)

Co-authored-by: Sloane Hertel <shertel@redhat.com>

* s3 - improve waiting for the bucket (#61802)

(cherry picked from commit ff05991265)
2019-09-04 14:01:24 -07:00

2 lines
99 B
YAML

bugfixes:
- aws_s3 - Try to wait for the bucket to exist before setting the access control list.