-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s3_object - deprecate leading slash in object keys #1555
s3_object - deprecate leading slash in object keys #1555
Conversation
9482f7e
to
bf43d6c
Compare
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Should be backported to stable-6 after we've cut 6.0.1 |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 30s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 23s |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #1557 🤖 @patchback |
#1555) s3_object - deprecate leading slash in object keys SUMMARY Deprecate support for removing leading / from object names AWS APIs don't expect it to be there, pruning it may cause pain in future ISSUE TYPE Feature Pull Request COMPONENT NAME s3_object ADDITIONAL INFORMATION Deprecation was split from #1549 Reviewed-by: Alina Buzachis (cherry picked from commit b9d5b48)
#1555) (#1557) [DNM] [PR #1555/b9d5b48b backport][stable-6] s3_object - deprecate leading slash in object keys This is a backport of PR #1555 as merged into main (b9d5b48). SUMMARY Deprecate support for removing leading / from object names AWS APIs don't expect it to be there, pruning it may cause pain in future ISSUE TYPE Feature Pull Request COMPONENT NAME s3_object ADDITIONAL INFORMATION Deprecation was split from #1549 Reviewed-by: Mark Chappell
wafv2_rule_group_info: remove state parameter SUMMARY closes ansible-collections#1547 ISSUE TYPE COMPONENT NAME wafv2_rule_group_info ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
wafv2_rule_group_info: remove state parameter SUMMARY closes ansible-collections#1547 ISSUE TYPE COMPONENT NAME wafv2_rule_group_info ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
wafv2_rule_group_info: remove state parameter SUMMARY closes ansible-collections#1547 ISSUE TYPE COMPONENT NAME wafv2_rule_group_info ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
SUMMARY
Deprecate support for removing leading
/
from object namesAWS APIs don't expect it to be there, pruning it may cause pain in future
ISSUE TYPE
COMPONENT NAME
s3_object
ADDITIONAL INFORMATION
Deprecation was split from #1549