Increase Time Before AWS Media File Links Expire

Hello, we’re using the REST API to get some data (most Versions). The versions consist of media files and we store the links to this media on our end for 24+ hrs. However, after 900 seconds, we get an error saying that that AWS link has timed out and is no longer accessible.

How can we extend the duration of this generated link? If I understand correctly, using a refresh token will not help, because it will generate a new link. We need the link to stay the same.

Thanks!