chsasank / outline-wiki-docker-compose

Installation and docker compose to self host outline wiki: https://www.getoutline.com/
297 stars 76 forks source link

Can upload files but cannot retrieve using DigitalOcean Spaces #47

Open wtekimam opened 2 years ago

wtekimam commented 2 years ago

I have tried connecting Outline with DO Spaces for files. Currently it can upload to the DigitalOcean Space (confirmed by manually looking for the file) but I cannot download or view (images). When I click on the file it redirects to https://outline.s3.sgp1.amazonaws.com/uploads/... instead of https://link.sgp1.digitaloceanspaces.com/outline/uploads...

This is my current setting for the .env

AWS_ACCESS_KEY_ID=xxx
AWS_SECRET_ACCESS_KEY=xxx
AWS_REGION=sgp1
AWS_S3_UPLOAD_BUCKET_URL=https://link.sgp1.digitaloceanspaces.com
AWS_S3_UPLOAD_BUCKET_NAME=outline
AWS_S3_UPLOAD_MAX_SIZE=26214400
AWS_S3_FORCE_PATH_STYLE=false
AWS_S3_ACL=private