fix(fs/S3#mkdir): noop implementation
This commit is contained in:
@@ -115,6 +115,10 @@ export default class S3Handler extends RemoteHandlerAbstract {
|
||||
return [...uniq]
|
||||
}
|
||||
|
||||
_mkdir() {
|
||||
// nothing to do, directories do not exist, they are part of the files' path
|
||||
}
|
||||
|
||||
async _rename(oldPath, newPath) {
|
||||
const size = await this._getSize(oldPath)
|
||||
const multipartParams = await this._s3.createMultipartUpload({ ...this._createParams(newPath) })
|
||||
|
||||
@@ -27,3 +27,7 @@
|
||||
> - major: if the change breaks compatibility
|
||||
>
|
||||
> In case of conflict, the highest (lowest in previous list) `$version` wins.
|
||||
|
||||
- @xen-orchestra/fs patch
|
||||
- @xen-orchestra/backups patch
|
||||
- xo-server patch
|
||||
|
||||
Reference in New Issue
Block a user