mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
s3_bucket: handle not implemented operations (#46746)
Don't fail when policy, requestPayment, tagging or versioning API is not implemented by the endpoint and if related parameters policy, requester_pays, tags or versioning are None.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
minor_changes:
|
||||
- s3_bucket - avoid failure when ``policy``, ``requestPayment``, ``tags`` or
|
||||
``versioning`` operations aren't supported by the endpoint and related
|
||||
parameters aren't set
|
||||
Reference in New Issue
Block a user