mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[docs] Fix typos in aws_s3 and s3_bucket module docs (#46106)
Eucalypus to Eucalyptus Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
d1beb8436b
commit
4b4b21d745
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue