| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
| package.json | ||
| tsconfig.json | ||
| tsdown.config.ts |
fix(storage): swap reversed sourceKey/targetKey args in OssStorageAdapter.copyObjectInSelfBucket (#6806) The ali-oss `copy(name, sourceName)` API expects the destination as the first argument and the source as the second. The previous implementation passed an encoded sourceKey as the destination and targetKey as the source, causing copy operations to attempt reading from the target path (which does not exist yet) and writing to the source path (overwriting the original). This bug caused custom plugin uploads to fail when using OSS storage, since the plugin file could not be moved from the temp path to its final location. Fixes #6787, #6648 Co-authored-by: octo-patch <octo-patch@github.com>
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| src | Loading commit data... | |
| README.md | Loading commit data... | |
| package.json | Loading commit data... | |
| tsconfig.json | Loading commit data... | |
| tsdown.config.ts | Loading commit data... |