Open leslitagordita opened 4 years ago
Hi, sorry that you're having trouble.. we haven't tested it in with other storage services, but in theory it should work! Perhaps something else is an issue.
It seems like the backend app container is perhaps not running/crashed... can you take a look at the log of the app container by running docker-compose logs app
to see if there are any errors?
Also, just in case, try adding a /
at the end of the S3_ROOT, as it assumes a path not just a bucket (can be a sub-path inside a bucket), so S3_ROOT=s3://mybucket.us-east-1.linodeobjects.com/
wr.env
file with values forS3_ROOT=s3://mybucket.us-east-1.linodeobjects.com
,AWS_ACCESS_KEY_ID=someid
, andAWS_SECRET_KEY_ID=somesecret
. Is there another variable that might need to be configured / exposed for boto3 to use an endpoint other than an AWS S3 endpoint?