I'm trying to enable backup of the sqlite databases to s3. I enabled it through the configuration wizard, bucket name, access and secret key has been added to the docker compose file. And I done a force reload of the entire project.
Unfortunately I'm getting a 403 Forbidden error when running the s3push all command, I have checked the credentials and they are working when using the aws client from the command line within the db container. I logged on it and pip installed and configured the setup.
Anyone who got this working or know how to debug it further?