Hey i want to use amazon s3 signed urls with this module but i have enabled caching. This means the generated url have to be excluded from cache to prevent serving expired urls or it could be handled with a redirection as storage api does it. I cant use storage api in this case because it is not fully compatible with the video module and the transcoding features.

How do you handle this use case with enabled caching?

Comments

tinker’s picture

Just set the presigned url timeout to be greater that the page cache timeout. Default page timeout is 15 mins so set the presigned URL timeout to 15 min x 60 seconds + 1 = 901.

deviantintegral’s picture

Status: Active » Fixed

That suggestion sounds reasonable to me. Thanks tinker!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.