Can’t mock a AWS S3 Client
I am trying to mock a call to the get_paginator function on the Python AWS S3 Client. Here my production code:
I am trying to mock a call to the get_paginator function on the Python AWS S3 Client. Here my production code: