1
0
Fork 0
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:
Matt Martz 2018-08-22 16:48:09 -05:00 committed by GitHub
parent 061877d584
commit 5ea7480e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -0,0 +1,2 @@
removed_features:
- s3 - deprecated module removed (https://github.com/ansible/ansible/pull/44537)

View file

@ -1 +0,0 @@
aws_s3.py

View file

@ -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')