Hi, I'm using Nuke to load images from S3 presigned URLs.
Like this one:
https://xxx.s3.amazonaws.com/folder/image-name.jpg?AWSAccessKeyId=XXX&Expires=1539436276&Signature=XXX
The query parameter 'Expires' change every time, Nuke does not understand it has already cache it.
How can I get this? I would like to cache images by path (https://xxx.s3.amazonaws.com/folder/image-name.jpg) not by query parameters.
Thanks
Hi, I'm using Nuke to load images from S3 presigned URLs.
Like this one:
https://xxx.s3.amazonaws.com/folder/image-name.jpg?AWSAccessKeyId=XXX&Expires=1539436276&Signature=XXX
The query parameter 'Expires' change every time, Nuke does not understand it has already cache it.
How can I get this? I would like to cache images by path (https://xxx.s3.amazonaws.com/folder/image-name.jpg) not by query parameters.
Thanks