mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-20 21:25:23 +08:00
In an upcoming pr #33092 that adds support for aws-sdk-mediaconvert it requires that we bump aws-sdk-core to 3.225.0 ``` + aws-sdk-mediaconvert (1.160.0) + aws-sdk-core (~> 3, >= 3.225.0) ``` but in doing so there are apparently some api changes and it requires changes in core to support the new version. I thought it would best to break out these changes in a separate PR as to not muddy up the mediaconvert pr that is already quite large. |
||
|---|---|---|
| .. | ||
| backup_file_handler_multisite_spec.rb | ||
| backup_file_handler_spec.rb | ||
| backuper_spec.rb | ||
| database_restorer_multisite_spec.rb | ||
| database_restorer_spec.rb | ||
| local_backup_store_spec.rb | ||
| meta_data_handler_spec.rb | ||
| s3_backup_store_spec.rb | ||
| shared_context_for_backup_restore.rb | ||
| shared_examples_for_backup_store.rb | ||
| system_interface_multisite_spec.rb | ||
| system_interface_spec.rb | ||
| uploads_restorer_spec.rb | ||