79549614

Date: 2025-04-02 03:41:27
Score: 2
Natty:
Report link

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"
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Nguyễn Anh Bình