rake uploads:migrate_to_s3 因 DISCOURSE_S3_CDN_URL 环境变量为空而失败
如何解决这个问题?
我没有使用 CDN,因此不确定该填写什么内容。
请提供帮助。
rake uploads:migrate_to_s3 因 DISCOURSE_S3_CDN_URL 环境变量为空而失败
如何解决这个问题?
我没有使用 CDN,因此不确定该填写什么内容。
请提供帮助。
I think there’s an issue with how Discourse handles this. When you move uploads to S3 and set the DISCOURSE_S3_CDN_URL env variable, Discourse tries to fetch assets from S3 too. I had to move uploads and assets to S3 + Cloudfront to make it work, but it shouldn’t be needed since you only want uploads to be on S3
You can check this thread to see if it helps.