Update fog-aws to v3.24.0
What does this MR do and why?
Noteable changes:
- This adds a number of regions:
- ca-west-1
- il-central-1
- me-south-1
- me-central-1
-
https://github.com/fog/fog-aws/pull/675 adds some default retry settings.
-
https://github.com/fog/fog-aws/issues/706 makes the CopyObject request idempotent, allowing it to be retried on failure.
-
https://github.com/fog/fog-aws/pull/689 filters out
x-amz-id-2
andx-amz-request-id
from the subsequent API requests since this causes some intermittent errors.
Diff: https://my.diffend.io/gems/fog-aws/3.18.0/3.24.0
Changelog: changed
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.