mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Document that this module was renamed recently (#37420)
This commit is contained in:
parent
8c992ccbc7
commit
ff15a9e7e2
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ description:
|
||||||
- This module allows the user to manage S3 buckets and the objects within them. Includes support for creating and
|
- This module allows the user to manage S3 buckets and the objects within them. Includes support for creating and
|
||||||
deleting both objects and buckets, retrieving objects as files or strings and generating download links.
|
deleting both objects and buckets, retrieving objects as files or strings and generating download links.
|
||||||
This module has a dependency on boto3 and botocore.
|
This module has a dependency on boto3 and botocore.
|
||||||
|
notes:
|
||||||
|
- In 2.4, this module has been renamed from M(s3) into M(aws_s3).
|
||||||
version_added: "1.1"
|
version_added: "1.1"
|
||||||
options:
|
options:
|
||||||
aws_access_key:
|
aws_access_key:
|
||||||
|
|
Loading…
Reference in a new issue