Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Sep 6, 2022
1 parent 49f687e commit 3229f36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelogs/fragments/994-s3_url.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
minor_changes:
- s3_bucket - the ``s3_url`` parameter was merged into the ``endpoint_url`` parameter, ``s3_url`` remains as an alias (https://github.com/ansible-collections/amazon.aws/pull/994).
- s3_bucket - ``rgw`` was added as an alias for the ``ceph`` parameter for consistency with the ``s3_object`` module (https://github.com/ansible-collections/amazon.aws/pull/994).
- s3_object - the ``s3_url`` parameter was merged into the ``endpoint_url`` parameter, ``s3_url`` remains as an alias (https://github.com/ansible-collections/amazon.aws/pull/994).
- s3_object - the ``rgw`` parameter was renamed to ``ceph`` for consistency with the ``s3_bucket`` module, ``rgw`` remains as an alias (https://github.com/ansible-collections/amazon.aws/pull/994).
2 changes: 2 additions & 0 deletions plugins/modules/s3_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
operations/API aren't implemented by the endpoint, module doesn't fail
if each parameter satisfies the following condition.
I(requester_pays) is C(False), I(policy), I(tags), and I(versioning) are C(None).
- In release 5.0.0 the I(s3_url) parameter was merged into the I(endpoint_url) parameter,
I(s3_url) remains as an alias for I(endpoint_url).
- For Walrus I(endpoint_url) should be set to the FQDN of the endpoint with neither scheme nor path.
'''

Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/s3_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@
- "Alina Buzachis (@alinabuzachis)"
notes:
- Support for I(tags) and I(purge_tags) was added in release 2.0.0.
- In release 5.0.0 the I(s3_url) parameter was merged into the I(endpoint_url) parameter,
I(s3_url) remains as an alias for I(endpoint_url).
- For Walrus I(endpoint_url) should be set to the FQDN of the endpoint with neither scheme nor path.
extends_documentation_fragment:
- amazon.aws.aws
Expand Down

0 comments on commit 3229f36

Please sign in to comment.