[RSS Feed/News] internalDataAdapter visibility is set to public

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
We've created an addon to serve attachments directly from S3 using S3 presigned URLs instead of routing through xenforo attachment controller .. we noticed that signed URLs keep working after expiry and after removing the signing secret .. checking the bucket, I found that attachments visibility is set to public ( bucket setting is set to private ) .. tracking the code I found the issue here
PHP:

Code:
$internalData = new EventableFilesystem($internalDataAdapter, [
            'visibility' =>...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom