Build(deps): Bump aws-sdk-s3 from 1.36.1 to 1.59.0 (#8502)

* Build(deps): Bump aws-sdk-s3 from 1.36.1 to 1.59.0

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.36.1 to 1.59.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/compare/v1.36.1...v1.59.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Dependabot/bundler/aws sdk s3 1.59.0 (#8532)
This commit is contained in:
dependabot-preview[bot]
2019-12-11 12:18:11 -06:00
committed by Mark VanLandingham
parent 584021ca38
commit 863d3f89de
2 changed files with 9 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ describe BackupRestore::S3BackupStore do
expect(context.params[:prefix]).to eq(expected_prefix) if context.params.key?(:prefix)
end
@s3_client.stub_responses(:list_objects, -> (context) do
@s3_client.stub_responses(:list_objects_v2, -> (context) do
check_context(context)
{ contents: objects_with_prefix(context) }