Files
aptly/api
André Roth f04f06d787 s3: fix pathCache race condition
Make sure pathCache is properly locked for concurrent access.

Add RWMutex to the PublishedStorage struct:
- Cache initialization
  Read-lock to test for nil, then write-lock with a second nil check before populating
- Cache reads
  RLock/RUnlock, allowing concurrent readers
- Cache writes / deletes
  Lock/Unlock
2026-06-19 20:23:10 +02:00
..
2025-04-26 13:29:50 +02:00
2024-10-01 01:07:09 +02:00
2026-06-19 20:22:22 +02:00
2024-12-11 10:40:44 +01:00
2023-02-20 13:42:50 +01:00
2024-12-11 11:19:46 +01:00
2026-06-19 20:23:10 +02:00
2026-06-19 20:22:23 +02:00
2024-12-11 10:40:44 +01:00
2024-12-11 11:19:46 +01:00