How long to blob urls served by the app engine rem

2019-05-01 11:29发布

I was wondering if anyone knew how long image urls served back from the google app engine blob store remain valid for?

I have been tracking on url that i served an image from the blob store on 1/3/13 and its still there.

I am ask specifically so i can cache the image url instead of attempting to serve it repeatedly. If i did this i would still check if the image is there, but how often would i need to check that

thanks!

1条回答
甜甜的少女心
2楼-- · 2019-05-01 11:39

They remain valid until either you

a. call delete_serving_url, or
b. delete the underling blob.

查看更多
登录 后发表回答