mattheworiordan / capybara-screenshot

Automatically save screen shots when a Capybara scenario fails
MIT License
1.02k stars 168 forks source link

Requires only S3 Service of AWS SDK #218

Closed wbotelhos closed 7 years ago

wbotelhos commented 7 years ago

AWS SDK v3 now has separated service gems. This will reduce the dependencies.

https://github.com/aws/aws-sdk-ruby/blob/master/V3_UPGRADING_GUIDE.md

mattheworiordan commented 7 years ago

Great, that's nice to know. Thanks @wbotelhos