From 863d3f89dee13c533f18e813ea7a72e3cddce740 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 12:18:11 -0600 Subject: [PATCH] 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] * Dependabot/bundler/aws sdk s3 1.59.0 (#8532) --- Gemfile.lock | 15 ++++++++------- spec/lib/backup_restore/s3_backup_store_spec.rb | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7c79567d582..e10257d4396 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,19 +45,20 @@ GEM rake (>= 10.4, < 14.0) ast (2.4.0) aws-eventstream (1.0.3) - aws-partitions (1.251.0) - aws-sdk-core (3.84.0) + + aws-partitions (1.252.0) + aws-sdk-core (3.85.0) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-kms (1.17.0) - aws-sdk-core (~> 3, >= 3.48.2) + aws-sdk-kms (1.27.0) + aws-sdk-core (~> 3, >= 3.71.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.36.1) - aws-sdk-core (~> 3, >= 3.48.2) + aws-sdk-s3 (1.59.0) + aws-sdk-core (~> 3, >= 3.83.0) aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.0) + aws-sigv4 (~> 1.1) aws-sdk-sns (1.21.0) aws-sdk-core (~> 3, >= 3.71.0) aws-sigv4 (~> 1.1) diff --git a/spec/lib/backup_restore/s3_backup_store_spec.rb b/spec/lib/backup_restore/s3_backup_store_spec.rb index fb9e16f1c34..af5a7ca19cf 100644 --- a/spec/lib/backup_restore/s3_backup_store_spec.rb +++ b/spec/lib/backup_restore/s3_backup_store_spec.rb @@ -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) }