@did-space/s3-driver 0.3.4 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -413,7 +413,6 @@ class S3SpaceOperator {
413
413
  if (options.recursive && options.ignoreDirectories) {
414
414
  const objects = yield this.listsRecursiveAsOwner(prefix);
415
415
  return objects.map((x) => {
416
- // @FIXME: 以 / 开头没问题,但是备份/还原的时候不统一
417
416
  const $key = x.key.replace(new RegExp(`^${prefix}`), '/');
418
417
  return Object.assign(Object.assign({}, x), { key: $key, editable: core_1.Space.editable($key) });
419
418
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@did-space/s3-driver",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@aws-sdk/client-s3": "3.370.0",
36
36
  "@aws-sdk/lib-storage": "3.370.0",
37
- "@did-space/core": "0.3.4",
37
+ "@did-space/core": "0.3.6",
38
38
  "debug": "^4.3.4",
39
39
  "js-yaml": "^4.1.0",
40
40
  "lodash": "^4.17.21",
@@ -57,5 +57,5 @@
57
57
  "ts-jest": "^28.0.6",
58
58
  "typescript": "^4.9.5"
59
59
  },
60
- "gitHead": "98ea95b7e34d982d800616c1deb765d225e2e85b"
60
+ "gitHead": "232d56b265826f480351e9c111268a4b3cf3d355"
61
61
  }