Skip to content

Commit

Permalink
s3_bucket: Refactor s3 bucket module (#2057)
Browse files Browse the repository at this point in the history
s3_bucket: Refactor s3 bucket module

SUMMARY

Refactor s3_bucket module

Break down functions into smaller scoped functions.
Add documentation to each function to clarify what it does.
Add type hints to functions.

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request

COMPONENT NAME

s3_bucket
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
Reviewed-by: Bikouo Aubin
Reviewed-by: Mandar Kulkarni <mandar242@gmail.com>
  • Loading branch information
mandar242 committed Apr 20, 2024
1 parent 26cdcdd commit 99e13ae
Show file tree
Hide file tree
Showing 2 changed files with 655 additions and 136 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/2057-s3_bucket-refactor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- s3_bucket - refactor s3_bucket module code for improved readability and maintainability (https://github.com/ansible-collections/amazon.aws/pull/2057).
Loading

0 comments on commit 99e13ae

Please sign in to comment.