You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Filter using the Key of all boto3 documentation states:
Breaks the filter value string into words and then searches all attributes for matches. Not case-sensitive.
The response from moto returns zero results ('SecretList': []) when it should return two secret objects with the Names: ThisTestSecret and NexttestSecret.
I've tested this against an AWS environment and boto3 works as described and does return the expected results.
Versions
Installed using poetry:
moto v5.0.24
boto3 v1.35.83
The text was updated successfully, but these errors were encountered:
How to reproduce
With the Filter using the
Key
ofall
boto3 documentation states:The response from moto returns zero results (
'SecretList': []
) when it should return two secret objects with the Names:ThisTestSecret
andNexttestSecret
.I've tested this against an AWS environment and boto3 works as described and does return the expected results.
Versions
Installed using poetry:
The text was updated successfully, but these errors were encountered: