mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07: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
|
@ -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…
Add table
Add a link
Reference in a new issue