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.
- package/dist/index.js +1 -1
- 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: "
|
|
107
|
+
type: "confirm",
|
|
108
108
|
default: userConfig.disableBucketPrefixToURL || false,
|
|
109
109
|
message: "开启 `pathStyleAccess` 时,是否要禁用最终生成URL中添加 bucket 前缀",
|
|
110
110
|
required: false,
|