Files
ubicloud/routes
Burak Velioglu b367244781 Setup blob storage only when adding cache entries
In the current logic, blob storage bucket is destroyed if
it exists but has no cache entries. Looking at the logs
we noticed some buckets repeatedly getting deleted. This
happens because users only request cache entries without
ever adding new ones.

To fix this, blob storage bucket will now only be created
when adding a new cache entry. Subsequent get requests will
still work since the blob storage will already exist once
an entry is added.
2025-08-20 16:51:46 +03:00
..