[aws] Remove walrus conditional in aws_s3 module when using custom s3_url (#36832)

fix aws_s3 module to use custum s3_url.
This commit is contained in:
Christian Groschupp
2018-06-07 21:07:52 +02:00
committed by Ryan Brown
parent d2a1b75913
commit e59742eccd
2 changed files with 3 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- allow custom endpoints to be used in the aws_s3 module (https://github.com/ansible/ansible/pull/36832)