S3: Using IRSA in Kubernetes - Images expire after one hour #9651
abhishekag03-cb
started this conversation in
Help Wanted
Replies: 1 comment 2 replies
-
Some explanation on this: https://www.reddit.com/r/aws/comments/1dh1hkt/presigned_urls_are_expiring_in_1_hour_only_what/ TL;DR CloudFront needs to be implemented for the LC use case + AWS |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using S3 as the file storage strategy using IRSA as recommended in Option B here
To my surprise, the image links always expire in exactly one hour. Happens for both Agent icons and LLM Generated Images.
For the Agent icons, if I open the Agent Configuration via the Agent builder again - the URL gets refreshed and the icon starts appearing back for another hour in the Agents list.
Each icon refresh is counted as a new Agent version and now I'm having 50+ versions for each agent.
I have already tried setting both
S3_URL_EXPIRY_SECONDS
andS3_REFRESH_EXPIRY_MS
to high values like 7 days, but the URLs still expire in an hour.Ideally I would want the Agent icons to never expire and the LLM generated images to be there for atleast 10 days.
Beta Was this translation helpful? Give feedback.
All reactions