I am trying to mock the s3 services using moto library of python.
ex:
function1()
{
some s3 service.. ---> this is getting mocked properly,