Closed nateprewitt closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.14%
:tada:
Comparison is base (
a90891c
) 85.39% compared to head (96de9f0
) 85.54%. Report is 5 commits behind head on develop.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR will forward SSE-C arguments provided by the user to the final CompleteMultipartUpload call to handle cases where a policy has been defined which requires these for all PutObject calls.
This is to resolve a recently published workflow by S3 which changed the requiredness of these arguments due to
PutObject
being used under the hood for CompleteMultipartUpload.