All of our traffic goes through CloudFront, and static content is fetched by CloudFront from one of several S3 buckets.
With uploads being sent to S3, Discourse embeds the content with a generic bucket URL despite our having s3 cdn url set. Once submitted, posts appear to use the correct URL set in s3 cdn url, although this may also be because we have DISCOURSE_CDN_URL set as well (both are set to the same URL).
The post preview window references the standard S3 URL seen in the unbaked post, though. This is a problem because we use a private ACL on files uploaded to our Discourse uploads bucket, as content on this bucket should never be accessed outside of CloudFront. The result is a broken image in the preview window.
يبدو لي أنه “معطّل” لأنه يستخدم عنوان URL الخاص بشبكة تسليم المحتوى (CDN) في حالة واحدة ولا يستخدمه في الحالة الأخرى، كما أنه يفرض إعداد S3 تنصح شركة AWS بعدم استخدامه (قائمة التحكم في الوصول العامة لحوض S3).
أنا جديد على مشروع Discourse بشكل عام، لكن يمكنني بالتأكيد العمل على طلب سحب (PR).
قد يكون من الجيد إصلاح هذا الآن، حيث أصبحت شركة أمازون ويب سيرفيسز (AWS) أكثر جدية في إخبار المستخدمين بوجود قوائم التحكم في الوصول (ACL) العامة للقراءة.
وفقًا للتغيير الأخير، نحصل الآن على عنوان URL للملف المرفوع من طلب الرفع الأولي نفسه. سابقًا، كنا نتلقاه من نقطة النهاية /uploads/lookup-urls.json. يجب أن يصحح هذا الالتزام المشكلة.