never mind - debugged/researched, we can achieve by means of this
for content in resp.get('Contents', []):
if (
content['Key'] and content['LastModified'] <= datetime.now().astimezone() - timedelta(days=15)
):
yield content