Skip to content

Commit

Permalink
Add minimum botocore version and remove any docs references to needin…
Browse files Browse the repository at this point in the history
…g older versions
  • Loading branch information
tremble committed May 6, 2021
1 parent 2889ab7 commit 38d10ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion plugins/doc_fragments/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ModuleDocFragment(object):
requirements:
- python >= 3.6
- boto3
- botocore
- botocore >= 1.16.0
notes:
- If parameters are not set within the module, the following
environment variables can be used in decreasing order of precedence
Expand Down
2 changes: 0 additions & 2 deletions plugins/modules/aws_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
description:
- 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.
This module has a dependency on boto3 and botocore.
options:
bucket:
description:
Expand Down Expand Up @@ -117,7 +116,6 @@
dualstack:
description:
- Enables Amazon S3 Dual-Stack Endpoints, allowing S3 communications using both IPv4 and IPv6.
- Requires at least botocore version 1.4.45.
type: bool
default: false
rgw:
Expand Down
7 changes: 1 addition & 6 deletions plugins/modules/cloudformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
type: str
termination_protection:
description:
- Enable or disable termination protection on the stack. Only works with botocore >= 1.7.18.
- Enable or disable termination protection on the stack.
type: bool
template_body:
description:
Expand Down Expand Up @@ -174,11 +174,6 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- python >= 3.6
- boto3
- botocore >= 1.5.45
'''

EXAMPLES = '''
Expand Down

0 comments on commit 38d10ac

Please sign in to comment.