S3 Media Download Issue

sbhadauria
@sbhadauria
7 years ago
129 posts
I am using amazon S3 to store media files. I am using this function (_jrCloudS3_s3_media_get_media_url) to get media URL to share on social media. Everything working fine without using cloudfront.

I am getting issue in renaming filename on using cloudfront, filename is not renaming.?
updated by @sbhadauria: 08/13/17 11:34:18AM
michael
@michael
7 years ago
7,692 posts
That function is prefixed with a _. Normally you'd not use that directly. That function would normally be called via jrCore_get_media_url() wrapper function that checks which media system is in use, local or remote or other.

Cloudfront is some sort of caching mechanism that has been the cause of questions asked in these forums in the past.

Might be a button you need to click to refresh the cloudfront cache. Not sure sorry, don't understand their system well enough.

Tags