From 4b4b21d7459358d09c3f8fac36d4ad5ea6503e8b Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 25 Sep 2018 18:27:44 +0530 Subject: [PATCH] [docs] Fix typos in aws_s3 and s3_bucket module docs (#46106) Eucalypus to Eucalyptus Signed-off-by: Abhijeet Kasurde --- lib/ansible/modules/cloud/amazon/aws_s3.py | 2 +- lib/ansible/modules/cloud/amazon/s3_bucket.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/aws_s3.py b/lib/ansible/modules/cloud/amazon/aws_s3.py index 15c00a09ec..fd43fd3238 100644 --- a/lib/ansible/modules/cloud/amazon/aws_s3.py +++ b/lib/ansible/modules/cloud/amazon/aws_s3.py @@ -131,7 +131,7 @@ options: version_added: "2.0" s3_url: description: - - S3 URL endpoint for usage with Ceph, Eucalypus, fakes3, etc. Otherwise assumes AWS + - S3 URL endpoint for usage with Ceph, Eucalyptus and fakes3 etc. Otherwise assumes AWS. aliases: [ S3_URL ] dualstack: description: diff --git a/lib/ansible/modules/cloud/amazon/s3_bucket.py b/lib/ansible/modules/cloud/amazon/s3_bucket.py index 584d4b5555..e170d8538d 100644 --- a/lib/ansible/modules/cloud/amazon/s3_bucket.py +++ b/lib/ansible/modules/cloud/amazon/s3_bucket.py @@ -43,7 +43,7 @@ options: - The JSON policy as a string. s3_url: description: - - S3 URL endpoint for usage with Ceph, Eucalypus, fakes3, etc. Otherwise assumes AWS + - S3 URL endpoint for usage with Ceph, Eucalyptus and fakes3 etc. Otherwise assumes AWS. aliases: [ S3_URL ] ceph: description: