S3 database backup upload failure
Project ID: 23ed6b6a-6136-418a-97cc-5a45a9a559ba
Using the template here (https://github.com/railwayapp-templates/postgres-s3-backups), I suppose I have the environment variables messed up. The job works great until the upload. I get the following error:
Any ideas? I can share env vars if needed. I am uploading over S3 protocol to a MinIO bucket hosted in the same Railway project
5 Replies
Project ID:
23ed6b6a-6136-418a-97cc-5a45a9a559ba
why is the custom endpoint a *.up.railway.app domain?
The bucket is hosted there, automatically from using the MinIO template.
bucket-....up.railway.app
you should be using the private network
Okay, I switched
AWS_S3_ENDPOINT
to use the private endpoint and will give it a shot