piclist 1.7.8 → 1.7.10

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.
@@ -419,7 +419,7 @@ export interface IAwsS3PListUserConfig {
419
419
  pathStyleAccess?: boolean;
420
420
  rejectUnauthorized?: boolean;
421
421
  acl?: string;
422
- disableBucketPrefixToURL?: boolean;
422
+ disableBucketPrefixToURL?: boolean | string;
423
423
  }
424
424
  /** PicGo 配置文件类型定义 */
425
425
  export interface IConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "1.7.8",
3
+ "version": "1.7.10",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",