picgo-plugin-s3 1.3.6 → 1.3.7

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -104,7 +104,7 @@ module.exports = (ctx) => {
104
104
  },
105
105
  {
106
106
  name: "disableBucketPrefixToURL",
107
- type: "input",
107
+ type: "confirm",
108
108
  default: userConfig.disableBucketPrefixToURL || false,
109
109
  message: "开启 `pathStyleAccess` 时,是否要禁用最终生成URL中添加 bucket 前缀",
110
110
  required: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picgo-plugin-s3",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "picgo amazon s3 uploader",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {