Question
botocore.exceptions.ClientError (InvalidAccessKeyId)
We are using the digital ocean spaces to offload our dev env static files. We need to run the collect static command manually to update the media and static files. The whole process was working fine for the last couple of months but I am recently facing this error. After some research, I updated the Access key id and AWS secret access key but this error remains the same. Any help would be appreciated.
Code we used:
docker exec -it crmbase python manage.py collectstatic –noinput