当前位置:网站首页>Personal image bed construction based on Alibaba Cloud OSS+PicGo
Personal image bed construction based on Alibaba Cloud OSS+PicGo
2022-08-02 04:34:00 【GentleTK】
The image bed built by gitee cannot be accessed due to too many external links, so I had no choice but to use Alibaba Cloud's OSS service.
1 Purchase Alibaba Cloud OSS resource pack
Select the product on the Alibaba Cloud official website, then click Storage -> Object Storage OSS:
Click Activate Now, check the Object Storage OSS Service Agreement, and select the corresponding package after activation.
2 Create sub-user
The permissions of the main account are too large. If it is only used as a picture bed, it is best to create a sub-user.
Click your avatar in the Alibaba Cloud OSS management console, then click Access Control, click Users in the left navigation bar, and then click Create User:
After authentication, the sub-user is successfully created:
After the creation is successful, you need to save the AccessKey and other information in time.
3 Add sub-user permissions
After saving the AccessKey and other information, click User, then click Add Permission:
Select AliyunOSSFullAccess of system policy:
4 Create Bucket
Remember to visit the domain name:
5 Setting up PicGo
6 Setting up Typora
Click File->Preferences->Image, choose PicGo for upload service, set PicGo path to PicGo installation path, click Verify image upload option.
7 Migrating Data
Download the mapbed warehouse archive on Gitee and unzip it locally, select File Management in the OSS management console, click Upload File, select Scan Folder, and then click Upload File:
After the upload is successful, you only need to replace the previously invalid image link address.
Replace the previous gitee.com/gentletk/picbed/raw/master
with gentletk.oss-cn-shenzhen.aliyuncs.com
.
Article author:GentleTK
Original link:
边栏推荐
猜你喜欢
随机推荐
MC1496乘法器
Temporal action localization in untrimmed videos via Multi-stage CNNs SCNN论文阅读笔记
Go中的一些优化笔记,简约而不简单
联阳IT6561|IT6561FN方案电路|替代IT6561方案设计DP转HDMI音视频转换器资料
78XX 79XX多路输出电源
振芯GM7123C:功能RGB转VGA芯片方案简介
GM8775C MIPI转LVDS调试心得分享
ArrayList LinkList效率对比
[Popular Science Post] I2C Communication Protocol Detailed Explanation - Partial Software Analysis and Logic Analyzer Example Analysis
Spark特征工程-one-hot 和 multi-hot
【土壤湿度传感器与 Arduino 测量土壤湿度】
【树莓派入门(2)树莓派的远程控制】
树莓派入门(1)系统镜像烧录
Anaconda(Jupyter)里发现不能识别自己的GPU该怎么办?
电子密码锁_毕设‘指导’
远程调试PLC,到底如何操作?
【nRF24L01 connects with Arduino to realize wireless communication】
无源域适应(SFDA)方向的领域探究和论文复现(第二部分)
【DS3231 RTC实时时钟模块与Arduino接口构建数字时钟】
目标检测(一):R-CNN系列