Stubbing AWS S3 responses in Rails
Context
I was writing some test cases for a service object in which we have to generate and then upload a pdf to Aws S3 storage. Now this backend service is made using Rails 7 and i use rspec framework for writing my tests.
Now for S3 we use the aws-...
dsdev.in1 min read