What is Storage's propagation time?
Hello, I have a question about storage. Currently I have a file that I edit (it's a pdf) that I store on the same path.
To avoid various errors I:
1 store my file on Storage
2 retrieve the public url
3 modify my pdf with an external tool
4 delete the current file from storage
5 add the new file to Storage
6 retrieve the public url.
Unfortunately, when I'm at step 6, it's the file from step 2 that I retrieve.
To avoid various errors I:
1 store my file on Storage
2 retrieve the public url
3 modify my pdf with an external tool
4 delete the current file from storage
5 add the new file to Storage
6 retrieve the public url.
Unfortunately, when I'm at step 6, it's the file from step 2 that I retrieve.