summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2018-09-25 18:27:44 +0530
committerRyan Brown <sb@ryansb.com>2018-09-25 08:57:44 -0400
commit4b4b21d7459358d09c3f8fac36d4ad5ea6503e8b (patch)
tree88447f81851755c7d1d56e92ce7dbb7fe1cfaa85
parentd1beb8436bf06d716a0793112e3fcf03fa0f5b1a (diff)
downloadansible-4b4b21d7459358d09c3f8fac36d4ad5ea6503e8b.tar.gz
[docs] Fix typos in aws_s3 and s3_bucket module docs (#46106)
Eucalypus to Eucalyptus Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
-rw-r--r--lib/ansible/modules/cloud/amazon/aws_s3.py2
-rw-r--r--lib/ansible/modules/cloud/amazon/s3_bucket.py2
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: