mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 03:41:02 +00:00
Remove deprecated s3 module (#44537)
* Remove deprecated s3 module * Add changelog
This commit is contained in:
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')
|
||||
|
||||
Reference in New Issue
Block a user