This commit is contained in:
2025-11-20 13:27:26 +00:00
parent cf891cf275
commit 42974fdc0d
4 changed files with 732 additions and 107 deletions

View File

@@ -58,6 +58,7 @@ export class RegistryStorage implements IStorageBackend {
await this.bucket.fastPut({
path: key,
contents: data,
overwrite: true, // Always overwrite existing objects
});
}