Skip to content

Commit

Permalink
Extending aws_s3_bucket_info module (ansible-collections#260)
Browse files Browse the repository at this point in the history
* WIP - adding new functionality to aws_s3_bucket_info module

* Fixing exceptions adding integration tests

* Code linting - shippable

* Fixing option type

* Fixing RETURN / Shippable

* Sync with upstream + .gitignore VSCode

* Extending integration test

* Adding version_added to new module options

* Prepare 1.3.0 changelog

* Use boto3_tag_list_to_ansible_dict for bucket tags

* Fixing integration test (delete buckets)

* Adjust integration test (python 2.7)

* fix integratiuon test -2

* Adjusting changelogs/changelog.yaml

* WIP - adding new functionality to aws_s3_bucket_info module

* Fixing exceptions adding integration tests

* Code linting - shippable

* Fixing option type

* Fixing RETURN / Shippable

* Extending integration test

* Adding version_added to new module options

* Prepare 1.3.0 changelog

* Use boto3_tag_list_to_ansible_dict for bucket tags

* Fixing integration test (delete buckets)

* Adjust integration test (python 2.7)

* fix integratiuon test -2

* Adjusting changelogs/changelog.yaml

* WIP - adding new functionality to aws_s3_bucket_info module

* Fixing exceptions adding integration tests

* Code linting - shippable

* Fixing option type

* Fixing RETURN / Shippable

* Extending integration test

* Adding version_added to new module options

* Use boto3_tag_list_to_ansible_dict for bucket tags

* Fixing integration test (delete buckets)

* Adjust integration test (python 2.7)

* fix integratiuon test -2

* WIP - adding new functionality to aws_s3_bucket_info module

* Fixing exceptions adding integration tests

* Code linting - shippable

* Fixing option type

* Fixing RETURN / Shippable

* Extending integration test

* Adding version_added to new module options

* Use boto3_tag_list_to_ansible_dict for bucket tags

* Fixing integration test (delete buckets)

* Adjust integration test (python 2.7)

* fix integratiuon test -2

* Merging requested PR changes #1

Co-authored-by: Mark Chappell <[email protected]>

* Bump version_added 1.3.0->1.4.0

Co-authored-by: Mark Chappell <[email protected]>

* Fix module docstring

Co-authored-by: Mark Chappell <[email protected]>

* Fixing changelog

* Code cleanup

* Update integration tests

* Add S3 bucket location check to integration test

* Documentation update

- fix wording and typos in DOCUMENTATION
- complete rewrite of RETURN

* Update plugins/modules/aws_s3_bucket_info.py

* Update plugins/modules/aws_s3_bucket_info.py

* Fixing RETURN indentation

* Fixing missing type: in RETURN

* Revert changes to changelogs/changelog.yaml

* Revert changes to changelogs/changelog.yaml

Co-authored-by: Mark Chappell <[email protected]>
  • Loading branch information
zeten30 and tremble authored Mar 14, 2021
1 parent 64eef7a commit d24d8f1
Show file tree
Hide file tree
Showing 7 changed files with 667 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,7 @@ $RECYCLE.BIN/
# Antsibull-changelog
changelogs/.plugin-cache.yaml

# Visual Studio Code
.vscode/*

# End of https://www.gitignore.io/api/git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv
3 changes: 3 additions & 0 deletions changelogs/fragments/260-extending-s3_bucket_info-module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- aws_s3_bucket_info - new module options ``name``, ``name_filter``, ``bucket_facts`` and ``transform_location``
(https://github.com/ansible-collections/community.aws/pull/260).
Loading

0 comments on commit d24d8f1

Please sign in to comment.