update
This commit is contained in:
@@ -58,6 +58,7 @@ export class RegistryStorage implements IStorageBackend {
|
||||
await this.bucket.fastPut({
|
||||
path: key,
|
||||
contents: data,
|
||||
overwrite: true, // Always overwrite existing objects
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user