3.4.0.beta4-dev에서 3.5.0.beta1로 업그레이드 시 오류 발생

rake s3:upload_assets의 after_assets_precompile 훅 실행 중에 오류가 발생하고 있습니다.

Aws::S3::Errors::InvalidArgument: Unsupported header 'x-amz-checksum-crc32' received for this API call. (Aws::S3::Errors::InvalidArgument)

저는 discourse의 Amazon S3 설정에 익숙하지 않지만, discourse의 git 저장소 HEAD에서 해당 헤더를 참조하는 부분이 보이지 않습니다. 혹시 어딘가에서 이 헤더를 설정한 적이 있으신가요? 만약 그렇다면, 더 이상 지원되지 않는 것으로 보이며 제거해야 합니다.

다음 스레드를 확인해 보세요: Can't rebuild due to AWS SDK gem bump and new AWS Data Integrity Protections - #7 by Yt.w