S3のデータエクスポートへのリンクはCDN URLを使用していません

When you are using a CDN URL pointing to S3 and create a data export, the link to the export is generated with the S3 URL and hence the download fails.

Please use the CDN URL there as well.

「いいね!」 1

That sounds like the desired behaviour. The file will be downloaded only once and is private so there is no reason that it should be cached by the CDN. Right?

「いいね!」 2

But it breaks if you block direct access to the S3 bucket like we have to do due to company guidelines.

「いいね!」 2

Also mentioned in

and that last topic explains why this is:

It would be good if there was an option to proxy those downloads through Discourse though, if only to not expose the S3 bucket to the world.

「いいね!」 3

In my case I would also be ok with using the signed URL but currently it points directly to the S3 HTTPS URL.

「いいね!」 1

Valid point.

@nodomain, was this ever resolved?