mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
committed by
Mark VanLandingham
parent
584021ca38
commit
863d3f89de
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user