Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imcnchl/picgo-plugin-oss-outside-url
将OSS的私有资源链接转成外链的PicGo插件,支持阿里云OSS、腾讯云COS、七牛云Kodo 注意:该插件没有充分测试网址后缀的场景,设置了网址后缀可能会导致非预期的结果发生
https://github.com/imcnchl/picgo-plugin-oss-outside-url
Last synced: about 2 months ago
JSON representation
将OSS的私有资源链接转成外链的PicGo插件,支持阿里云OSS、腾讯云COS、七牛云Kodo 注意:该插件没有充分测试网址后缀的场景,设置了网址后缀可能会导致非预期的结果发生
- Host: GitHub
- URL: https://github.com/imcnchl/picgo-plugin-oss-outside-url
- Owner: imcnchl
- License: mit
- Created: 2022-12-10T00:01:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:31:51.000Z (about 2 years ago)
- Last Synced: 2024-05-19T02:08:14.455Z (8 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-PicGo - picgo-plugin-oss-outside-url
README
## picgo-plugin-oss-outside-url
A PicGo plugin for oss private resource url.
将OSS的私有资源链接转成外链的PicGo插件,支持阿里云OSS、腾讯云COS、七牛云Kodo
注意:该插件没有充分测试网址后缀的场景,设置了网址后缀可能会导致非预期的结果发生
更多需求,欢迎PR或提ISSUE。
---
## 例如
过期时间设置永久:`expireSeconds=0`
过期时间设置为1个小时:`expireSeconds=3600`
---
## 修改配置参数后生效
![配置](https://raw.githubusercontent.com/caohongliang92/picgo-plugin-oss-outside-url/master/images/config.png)
expireSeconds,过期秒数,默认0(永久)
---
### 版权声明MIT