mattheworiordan / capybara-screenshot

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

implement s3 object configuration option #204

Closed NikitaSmall closed 7 years ago

NikitaSmall commented 7 years ago

I implemented the way to provide some optional parameters to s3 object saving process. This could be helpful when trying to provide the access to new object (as a main example).

mattheworiordan commented 7 years ago

Nice, thanks