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:
parent
584021ca38
commit
863d3f89de
15
Gemfile.lock
15
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)
|
||||
|
|
|
@ -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) }
|
||||
|
|
Loading…
Reference in New Issue