Follow answer in https://github.com/boto/boto3/issues/4435#issuecomment-2648819900
I added this lines on top of settings.py
file and problem solved.
import os
os.environ["AWS_REQUEST_CHECKSUM_CALCULATION"] = "when_required"
os.environ["AWS_RESPONSE_CHECKSUM_VALIDATION"] = "when_required"