mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
df4abd8b14
## Problem Because of https://github.com/Azure/azure-sdk-for-rust/issues/1739, our identity token file was not being refreshed. This caused our uploads to start failing when the storage token expired. ## Summary of changes Drop and recreate the remote storage config every time we upload in order to force reload the identity token file.