How can I use stub_responses with Aws::S3::Resource instead of Aws::S3::Client? · Issue #1371 · aws/aws-sdk-ruby

I have in the past been able to make very good use of stub_responses with Aws::S3::Client; however when it comes to Aws::S3::Resource I am at a bit of a loss as to how to actually stub anything. As...