You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current ProofService has a fallback logic trying proof-media, proofs, etc. This works but pollutes the service layer. We should extract this array strategy into a dedicated StorageConfigManager that reads available buckets dynamically.
The current
ProofServicehas a fallback logic tryingproof-media,proofs, etc. This works but pollutes the service layer. We should extract this array strategy into a dedicatedStorageConfigManagerthat reads available buckets dynamically.