当前位置:网站首页>Alibaba cloud object storage oss+picgo+typera implements the construction map
Alibaba cloud object storage oss+picgo+typera implements the construction map
2022-06-23 05:41:00 【Bruce Lee hibernation】
Upload the picture to the object store , The advantage is convenience !!!
1. First apply for an object store OSS, Log in to alicloud -> Enter the worktable -> Object storage OSS-> establish Bucket

Basically, the default options only need name and Change the read-write permission to public read that will do

2. If conditions permit, it is recommended to purchase resource packs ( Downloading and accessing the object store will consume the traffic cost , It is recommended to purchase a resource pack , Half a year 5 Yuan less than )
I didn't seem to buy it

Integrate to PicGo
3. stay typroa install PicGo-Core plug-in unit
I believe you all have typroa Then I won't write the download tutorial
Click... After downloading : file -> preferences -> Images , Click download or update after the following configuration .
Set as follows :

4. Setup profile
Click to open the configuration file : Follow the configuration below
{
"picBed": {
"uploader": "aliyun",
"aliyun": {
"accessKeyId": "", //ram Of accessKey
"accessKeySecret": "", //ram Of accessKey
"bucket": "", // Bucket Domain name content is .oss-cn-hangzhou.aliyuncs.com The front part
"area": "", // The region node is .aliyuncs.com The front part
"path": "img/", // Storage path
"customUrl": "", // Bucket domain name , Pay attention to add http:// perhaps https://
"options": "" // Some suffix processing parameters for images PicGo 2.2.0+ PicGo-Core 1.4.0+
}
},
"picgoPlugins": {}
}
Just set up accessKeyId,accessKeySecret,bucket,area Four properties , Whatever else
accessKeyId,accessKeySecret :

Create new... Will appear AccessKey: You can directly click continue to use to create with the current user AccessKey. Remember what will be displayed immediately after creation accessKeyId and accessKeySecret recorded , There is no place to view it later , If you forget, you can only recreate .
bucket,area :

Only fill in the invisible , No other suffixes need to be written
5. verification

result :

6. Usage method
After completion , You can go directly to typora Copy pictures or use shortcut keys ctrl+shift+i Insert pictures .typora The image will be automatically uploaded to the object storage and the path will be changed to the path in the object storage .

Very convenient
边栏推荐
猜你喜欢

Current situation and development of containerization technology under the cloud native trend

MySQL面试真题(二十八)——案例-通讯运营商指标分析

MySQL面试真题(二十五)——常见的分组比较场景

Wechat applet: production and generation of love guarantee

基于SSM框架的借阅图书管理系统

What does the English letter PC mean? What does the Internet PC mean

面对新的挑战,成为更好的自己--进击的技术er

Go language - custom error

C primer plus学习笔记 —— 2、常量与格式化IO(输入/输出)

After the idea code is developed, the code is submitted. If the branch is found to be incorrect after submission, how can I withdraw it
随机推荐
MySQL面试真题(二十六)——滴滴2020年笔试题
【斯坦福计网CS144项目】Lab2: TCPReceiver
Implementation of MySQL custom sequence number
基于SSM框架的借阅图书管理系统
手机无线充电双线圈15W方案SOC英集芯IP6809
fastjson中的@JSONField注解
[opencv450] image subtraction, binarization, threshold segmentation
Database connection exception: create connection error, url: jdbc: mysql://ip/ Database name, errorcode 0, state 08s01 problem handling
Lottery DDD code
MDM数据清洗功能开发说明
MySQL面试真题(二十九)——案例-找到爱看的电影
STC 32位8051单片机开发实例教程 一 开发环境搭建
MCS: continuous random variable - student's t distribution
The weak are as irritable as tigers, the strong are as calm as water, and the really powerful have already given up their emotions
H5 适配全面屏
Introduction to JDBC (IV) - use of Druid connection pool
visdom的使用
Is there a real part-time job online? How do college students find part-time jobs in summer?
GO语言-panic和recover
fastjson中的@JSONField注解