How to load new data uploaded to S3 if it previously failed? #790
-
I'm using titiler.application installed through pip and am trying to solve for a specific use case. That being when a user tries to load a COG from S3, finds out it isn't there, uploads the file, and then tries to access it again. Right now if I try to access a non-existent file with
So I go and upload the file to my S3 bucket and try
Also this is a valid file. If I have it uploaded before trying to access it, it will work. Does anyone know what is causing this and maybe a way around it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@christianaaronschroeder the problem, I think, is due to GDAL Cache. Sadly I don't think there is an easy fix for this 😭 some (maybe) relevant tickets: |
Beta Was this translation helpful? Give feedback.
-
Was just linking this one too: #561 about the same thing. |
Beta Was this translation helpful? Give feedback.
@christianaaronschroeder the problem, I think, is due to GDAL Cache. Sadly I don't think there is an easy fix for this 😭
some (maybe) relevant tickets: