[Answered ]-(DJANGO + S3) + ZAPPA An error occurred (400) when calling the HeadObject operation: Bad Request

1👍

My solution was to remove the following properties from zappa_settings.json and settings.py

 "AWS_S3_ACCESS_KEY_ID": "xxxxxxx",
 "AWS_S3_SECRET_ACCESS_KEY": "xxxxxx",
 "AWS_ACCESS_KEY_ID": "xxxxx",
 "AWS_SECRET_ACCESS_KEY": "xxxxxx"

Leave a comment