mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove deprecated s3 module (#44537)
* Remove deprecated s3 module * Add changelog
This commit is contained in:
parent
061877d584
commit
5ea7480e90
3 changed files with 2 additions and 4 deletions
2
changelogs/fragments/s3.yaml
Normal file
2
changelogs/fragments/s3.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
removed_features:
|
||||
- s3 - deprecated module removed (https://github.com/ansible/ansible/pull/44537)
|
|
@ -1 +0,0 @@
|
|||
aws_s3.py
|
|
@ -702,9 +702,6 @@ def main():
|
|||
['mode', 'geturl', ['object']]],
|
||||
)
|
||||
|
||||
if module._name == 's3':
|
||||
module.deprecate("The 's3' module is being renamed 'aws_s3'", version=2.7)
|
||||
|
||||
bucket = module.params.get('bucket')
|
||||
encrypt = module.params.get('encrypt')
|
||||
expiry = module.params.get('expiry')
|
||||
|
|
Loading…
Reference in a new issue