@mingto/obs-server 1.0.39 → 1.0.40

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -18193,7 +18193,7 @@ var uploadMethods$2 = {
18193
18193
  }
18194
18194
  };
18195
18195
  //#endregion
18196
- //#region ../../node_modules/.pnpm/@mingto+huawei-obs-server@1.0.31/node_modules/@mingto/huawei-obs-server/dist/index.js
18196
+ //#region ../../node_modules/.pnpm/@mingto+huawei-obs-server@1.0.32/node_modules/@mingto/huawei-obs-server/dist/index.js
18197
18197
  var __esmMin$1 = function __esmMin(fn, res) {
18198
18198
  return function() {
18199
18199
  return fn && (res = fn(fn = 0)), res;
@@ -31817,7 +31817,6 @@ var OneUploadFile$1 = /* @__PURE__ */ function(_UploadFile) {
31817
31817
  formData.append("policy", this.signatureData.policy);
31818
31818
  formData.append("AccessKeyId", this.signatureData.accessId);
31819
31819
  formData.append("signature", this.signatureData.signature);
31820
- formData.append("sceneId", this.uploadOptions.sceneId);
31821
31820
  formData.append("file", this.uploadOptions.sourceFile);
31822
31821
  _context2.n = 1;
31823
31822
  return axios({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mingto/obs-server",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "通用OBS文件上传",
5
5
  "author": "hcc",
6
6
  "license": "ISC",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@mingto/aws-obs-server": "^1.0.25",
26
- "@mingto/huawei-obs-server": "^1.0.31",
26
+ "@mingto/huawei-obs-server": "^1.0.32",
27
27
  "@mingto/minio-v2-server-obs": "^1.0.8",
28
28
  "axios": "^1.16.1"
29
29
  }