I just tried the signedUrl that should make a file valid for 10 seconds (flutter), however I can still access it, am i missing something perhaps?
n
Needle
07/18/2022, 1:16 PM
Hello @pepperbeam49!
This thread has been automatically created from your message in #843999948717555735 a few seconds ago.
We have already mentioned the @User so that they can see your message and help you as soon as possible!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates.
Want to change the title?
Use the ``/title`` command!
We have solved your problem?
Click the button below to archive it.
g
garyaustin
07/18/2022, 1:21 PM
Did you set the cache time to 10 seconds? If the cache time is longer than your signedURL time then the file will still show as the link is not going to the s3 storage to be checked.
p
pepperbeam49
07/18/2022, 1:37 PM
Oh, no I wasn't aware of that step!
You seem to be right, it looks like it's a cache-hit on cloudflare. I see that it's possible to set the cache-control when uploading the file. Thanks a lot!