Dealing with time limited image links such as AWS S3 Images #1915
Unanswered
StephenBanz
asked this question in
Q&A
Replies: 1 comment
-
Maybe you can try the When loading your page, give the prefetcher all your URLs and it would start the downloading. You just use the normal image view's extension methods ( Please read the related wiki in the link above for detail. |
Beta Was this translation helpful? Give feedback.
0 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.
-
We were using redirection for authentication.
We had a bit of a problem with redirecting images and we decided to remove the extra and step and use the S3 link directly.
Everything else is working fine but since it has a time limit there have been some problems.
consider the following scenario,
Now the images will be inaccessible.
My wording might be wrong but I want to stop this lazy loading and implement eager loading in such scenario.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions